Download rsvn
usage :
./rsvn:
help Print svn help
rep-help This message
reps List the repositories current associated
rep-register name url Associate name with the reposoitory url
rep-remove name Unassociate name with repository
Otherwise svn is called with the given arguments.
//name/ substitutes the repository URL associated with 'name'
/// substitutes the repository URL associated with 'default'
for example:
[you@computer you]$ rsvn rep-register svn http://svn.collab.net/repos/svn/trunk
[you@computer you]$ rsvn reps
default file:///home/you/my-rep
svn http://svn.collab.net/repos/svn/trunk
[you@computer you]$ rsvn ls //svn
< ... lots of files ...>
