S
S
script882012-06-20 13:15:59
CVS
script88, 2012-06-20 13:15:59

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

In this case, another directory is created in the branches/pr1 directory, and I need it to be created in the current directory

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Ramires, 2012-06-20
@script88

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 question

Ask a Question

731 491 924 answers to any question