Articles tagged TortoiseSVN

19 March 2012
19 March 2012

TortoiseSVN and Subversion Cookbook Part 6: Snapshots

0
214
Moving backwards in time in Subversion is like time travel in science fiction. It's fine to look around, but If you change anything it can have unforseen consequences, and you always have to return to the present. Snapshots enable you to navigate in source control to examine or compile the code as it existed at a point in time; to access a particular build.… Read more
16 January 2012
16 January 2012

TortoiseSVN and Subversion Cookbook Part 3: In, Out, and Around

0
10
Subversion doesn't have to be difficult, especially if you have Michael Sorens's guide at hand. After dealing in previous articles with checkouts and commits in Subversion, and covering the various file-manipulation operations that are required for Subversion, Michael now deals in this article with file macro-management, the operations such as putting things in, and taking things out, that deal with repositories and projects.… Read more