Answer the question
In order to leave comments, you need to log in
How to copy a branch?
Hello everyone, I can not figure out how to correctly copy a branch to an already created directory.
svn copy https://svn.adv.ru/svn/project/trunk/pr1 https://svn.adv.ru/svn/project/branches/pr1
Answer the question
In order to leave comments, you need to log in
Is this not necessary?
Checkout the candidate/stable branch:
> svn co your-project.googlecode.com/svn/branches/1.0 branch-1.0
> cd branch-1.0
Import to the empty trunk:
> svn import your-project.googlecode.com/svn/ trunk \
-m 'Stable source from branches/1.0, revision 26.'
Taken from here
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question