Anyone know of any really good tutorials explaining branching and merging with Subversion? All the better if it's specific to Tortoise SVN
+4
A:
Version Control with Subversion
A very good resource for source control in general. Not really TortoiseSVN specific, though.
Bernard
2008-08-01 14:45:37
that 'how to branch properly' does a good job of explaining why TSVN uses the words "from" and "to" on the merge dialog, they don't mean "merge changes from x to y" but "merge changes between x and y to working copy"
gbjbaanb
2009-03-08 15:00:40
Worth noting the discussion below the 'Day-to-day' article as it suggests an alternative method of branching from the guide which seems to be a better approach, good article though.
Cookey
2009-11-21 01:10:59
+2
A:
Here are my easy click-by-click instructions (specific to Tortoise SVN)
JoelFan
2009-09-23 15:40:46