Working with Subversion Part 2 (or Subversion for the Less Subversive)
In my previous Subversion (SVN) post I detailed some basic commands for using SVN for source code control. If you’re working alone you could get by with Part 1. But, much of the time you’re working in a team of developers working on versioned software that will be deployed to multiple places. This post will detail some more advanced commands for systematically using SVN to simultaneously work on multiple editions and versions of a software project. (hence the “less subversive”). Practices The basic concept of working on two editions or two versions of a software project at the same time … Continue reading Working with Subversion Part 2 (or Subversion for the Less Subversive)