Linux setup for svn command line access:
- If svn is not already installed, get it here (most distributions already have it installed.)
- Install/compile the package
- Copy the attached [config|GEOTOOLS:Subversion^config] file to:
- ~/.subversion/config
- (Optional) change any of your client settings in the config file
SVN Command Line Checkout of Geotools
- svn co http://svn.geotools.org/geotools/trunk
- This will create a trunk directory with a gt subdirectory that contains the source code for this project