How to create a SVN branch ?

Tomas Mecir mecirt at gmail.com
Thu Jul 21 11:34:40 CEST 2005


On 7/21/05, Stephan Kulow <coolo at kde.org> wrote:
> If you branch of from e.g. kspread, then do
> svn copy https://svn.kde.org/home/kde/trunk/koffice/kspread https://svn.kde.org/home/kde/branches/work/soc-mykspread
> svn co https://svn.kde.org/home/kde/branches/work/soc-mykspread
> cd soc-mykspread
> <do your changes to it - including svn add>
> svn commit

Hmm ... So, does this mean that I need to checkout to a new directory,
then copy modified files, then commit ? Can't it be done directly ?

/ Tomas


More information about the Kde-soc mailing list