subversion-helper-scripts

These are just a few scripts that I use to help me interface to my subversion
repositories from various locations and to maintain them on the server.  I
hat dealing with the goofy subversion URI syntax and these scripts abstract it
away nicely.  All are Copyright (C) Russ W. Knize.  See their respective man
pages for more information.

* sco - subversion check out by repository name and project
* svn-dump - dump a repository to a flat text file
* svn-export - export a project
* svn-fixperm - repair file permissions on a repository
* svn-import - import a project
* svn-load - load a dumped repository
            
