Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Subversion makes it easier to branch than CVS (in <a href="http://git.or.cz/" rel="nofollow noreferrer">GIT</a> branches are even cheaper). I recommended that you make branches for major revisions, and have a planned merging of the branches back into the trunk. <em>Be vary careful of going long periods of not merging back into the branch</em>, as you it will become more and more difficult the longer you wait.</p> <p>There are also services out there that provide integrated bug tracking/deployment etc, if you need to get off the ground quickly, and don't want to manage all the server/setup stuff:</p> <ul> <li><a href="http://beanstalkapp.com/" rel="nofollow noreferrer">http://beanstalkapp.com/</a></li> <li><a href="http://unfuddle.com/" rel="nofollow noreferrer">http://unfuddle.com/</a></li> <li><a href="http://www.assembla.com/" rel="nofollow noreferrer">http://www.assembla.com/</a></li> </ul> <p><strong>Some resources:</strong></p> <p><strong>This particular book answered a lot of the questions I had initially:</strong><br> <a href="http://www.pragprog.com/titles/svn/pragmatic-version-control-using-subversion" rel="nofollow noreferrer">http://www.pragprog.com/titles/svn/pragmatic-version-control-using-subversion</a></p> <p><strong>Searching Further on stackoverflow:</strong><br> <a href="https://stackoverflow.com/questions/90/good-branchmerge-tutorials-for-tortoise-svn">Good branching and merging tutorials for TortoiseSVN?</a></p> <p><strong>Cal Henderson (developer at Flickr.com) Presentation</strong> at FOWA in Miami that I attended:<br> <a href="http://cdn4.libsyn.com/carsonsystems/Cal_Henderson.mp3" rel="nofollow noreferrer">http://cdn4.libsyn.com/carsonsystems/Cal_Henderson.mp3</a></p> <p><strong>The Free "Bible" of Subversion (Chapter on Merging)</strong>:<br> <a href="http://svnbook.red-bean.com/en/1.1/ch04.html" rel="nofollow noreferrer">http://svnbook.red-bean.com/en/1.1/ch04.html</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload