version control - Subversion - How do I commit? I updated one of my project directories to a previous revision -
First of all, I used the "Update Amendment" to update one of my directories for an old revision Because we had to undo some changes.
However, when I am committed now, it is telling that the things in my project are old and I should try to update.
However, I really do not want my current file to be replaced by any "new" file in the revision.
Any suggestions?
Thanks
I am committed to moving forward and to be head modification.
What you want to do is called "reverse merge", update your working copy on the head, then a reverse Wish to revise the merge that you want. For example, if you are on revision 412, but you want to back up the content of Amendment 410, then use it, there is a section in the SVN book for use, under this section about the "Undeterminate Changes" section.
svn merge -r 412: 410 http: // Your sposphatry / trunk
This is your working copy The state will reflect in 410, and then you can commit one.
Comments
Post a Comment