TortoiseSVN – “revert changes from this revision” vs “revert to this revision”
Let’s say you have these N sucessive commits: 1, 2, 3 and 4. If you select the commit 2 and choose “Revert to this revision”, your working copy will contain the changes brought by commits 1 and 2. Commits 3 and 4 will be “canceled”. If you select the commit 2 and choose “Revert changes … Read more