March 10, 2010 21:11:32
Subversion Setup
We want to create puppets that pull their own strings. - Ann Marion
Code Home // Subversion Access

 .:  Accessing my Subversion repository
For my new projects, I have been using the Subversion revision control system. This page should give you some pointers on how to set up Subversion and access the source code I have available.

Subversion access over the web is the easiest way, and is available at http://svn.adammil.net/.

For *nix users, you may have Subversion installed already, but if not, you can fetch a copy from your distributor or the Subversion home site. For Windows users, you would probably be interested in RapidSVN or AnkhSVN. A list of third-party clients is available here.

For the official subversion client, simply type the following:

svn co svn://svn.adammil.net/MODULE
where MODULE is the name of the source code module.

Copyright 2003-2009 Adam Milazzo. Verbatim copying and redistribution of this entire page are permitted without royalty in any medium provided this notice is preserved.