I committed to a Tag rather than the working Branch copy. Is there a way to copy my Tag over to the Branch so I can commit it to the SVN and make it the de facto copy and stop committing updates to the Tag?
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.
Yes. Tags and branches are exactly the same thing in SVN. A tag is just conventionally in tags, and is supposed to be read-only, whereas a branch is conventionally in branches and is read-write.
If the branch already exists, then just merge the commits you did to the tag to the working copy (pointing to the branch):
All this is well explained in the SVN book