I have a question about SVN,
I would like to merge a tag lets say: http://my.dev.com/svn/proj/tags/v.3.1.2 with my working copy. What is the svn command for that
Thanks
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.
SVN doesn’t assign any special meaning to tags or to branches, they are just a convention for repository layout. As far as SVN is concerned, they are just “copies” of particular revisions (provided you have been managing your repository according to this convention). You should be able to merge a tag just like you would merge a branch.