Added by jgarnett, last edited by Ben Caradoc-Davies on Jun 11, 2009  (view change) show comment

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

Linux setup for svn command line access:

  1. If svn is not already installed, get it here (most distributions already have it installed.)
  2. Install/compile the package
  3. Copy the config file to:
    • ~/.subversion/config
  4. (Optional) change any of your client settings in the config file

SVN Command Line Checkout of Geotools

  1. svn co http://svn.geotools.org/geotools/trunk
  2. This will create a trunk directory with a gt subdirectory that contains the source code for this project