Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Are there any really good tutorials explaining branching and merging with Apache Subversion?

All the better if it's specific to TortoiseSVN client.

share|improve this question

closed as not a real question by NullPoiиteя, Mike B, Linger, Daniel Fischer, Ragunath Jawahar Dec 26 '12 at 3:45

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

6 Answers

up vote 109 down vote accepted

Some links from my del.icio.us:

share|improve this answer
5  
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 Mar 8 '09 at 15:00
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 Nov 21 '09 at 1:10

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

share|improve this answer

My easy click-by-click instructions (specific to TortoiseSVN) are in Stack Overflow question What is the simplest way to do branching and merging using TortoiseSVN?.

share|improve this answer

Version Control with Subversion

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

share|improve this answer

You can also try Version Control for the Standalone Programmer - Part 1 or perhaps Merging with TortoiseSVN.

share|improve this answer
1  
The code project tutorial looks well done. – kenny Sep 23 '09 at 15:43

Try Merging (Tortoise manual).

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.