I\'ve set up a Ubuntu Server for Subversion with Apache/WebDAV interface to share repositories with other developers. My question is, how can I make Subversion use the linux sys
Couldn't you use ssh to access subversion repositories instead of WebDAV?
svn checkout svn+ssh://user@server:/home/svn/repository/trunk