Reputation: 5751
I am new to tortoiseSVN - What is the best way to update the head from a revision?
Upvotes: 0
Views: 1181
Reputation: 13003
In your working copy, do a backmerge to a revision before the start of the work on the "long feature" and then commit.
Upvotes: 1
Reputation: 29143
If you want to update your working folder with the latest (HEAD) revision from the repository then right click on the Folder and select 'SVN update'.
If you want to commit the changes you made locally to the repository, so that the HEAD revision will incorporate your changes then right click on the Folder and select 'SVN commit'.
Upvotes: 1