February 6, 2012 00:01:04
Subversion Setup
FORTUNE'S FUN FACTS TO KNOW AND TELL: #44 Zebras are colored with dark stripes on a light background.
Code Home // Subversion Access

 .:  Accessing my Subversion repository

NOTE: My subversion server is in transit and inaccessible at the moment, so some links may be broken. In that case, feel free to contact me.

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 TortoiseVN 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-2012 Adam Milazzo. Verbatim copying and redistribution of this entire page are permitted without royalty in any medium provided this notice is preserved.