Learning Source Code Management
Categories: Uncategorized
Table of Contents
For awhile now I’ve been meaning to learn how source code management works (specifically, how Subversion works), but I never got the chance to do it. Finally the other day I set out to buy a book on SCM, luckily I was able to find a good free book on the subject. If you are interested in wrapping your mind around source code management I recommend you check out Version Control with Subversion.
Hi,
if you’re looking for more information on project management tools (SCM included) I would strongly recommend O’Reilly’s “Practical Development Environments”:
http://www.oreilly.com/catalog/practicalde/index.html
Provides a whole range of tools that would be helpful for developers like you, like SVN, CVS, Perforce, etc, etc.
Thanks for the info! Looks a like a good book.