I am using Versions (Mac OS X SVN software) and have created a branch labeled 3.0
I would like to take everything that is up to revision 144 from our Trunk and basically make that into the branch 3.0.
I have no clue how I am supposed to do that.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll have to use the
svn copycommand.or
where
^/is a shortcut for the remote URL.check the documentation here