Question

I am new to tortoiseSVN - What is the best way to update the head from a revision?

Was it helpful?

Solution

In your working copy, do a backmerge to a revision before the start of the work on the "long feature" and then commit.

OTHER TIPS

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'.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top