Added by jgarnett, last edited by jgarnett on Jun 15, 2006  (view change)

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 attached [config|GEOTOOLS:Subversion^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