views:

12471

answers:

6

Anyone know of any really good tutorials explaining branching and merging with Subversion? All the better if it's specific to Tortoise SVN

A: 

How about this?

Tom Grochowicz
+4  A: 

Version Control with Subversion

A very good resource for source control in general. Not really TortoiseSVN specific, though.

Bernard
+37  A: 

Some links from my del.icio.us:

huseyint
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
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
+8  A: 

Eric Sink's blog series is good, but not specific to SVN.

Eric Haskins
+3  A: 

You can also try this one

or perhaps This one

Black Horus
The code project tutorial looks well done.
kenny
+2  A: 

Here are my easy click-by-click instructions (specific to Tortoise SVN)

JoelFan