Using Subversion

We're using Subversion for revision control. There is an excellent online book: http://svnbook.red-bean.com/.

Subversion client programs may already be installed on your system. If so, you can check out the most recent code as shown below:

$ svn checkout http://svn.gispython.org/gispy/PCL/trunk PCL

This creates a PCL working directory. This working directory can be kept up to date by periodically executing

$ cd PCL
$ svn update

Win32 users seem to like a program called TortoiseSVN http://tortoisesvn.tigris.org/ .