Setting up a multi-user programming environment

Craig Thomas cjtinhp at optonline.net
Mon Jan 16 02:01:13 UTC 2006


On Sun, 15 Jan 2006 19:02:04 -0500 (EST)
Matthew Saltzman <mjs at ces.clemson.edu> wrote:
> Subversion or CVS would be the source-code management tool.   If you need 
> remote access, then Subversion will need a Web server, but CVS has its own 
> server.


SVN can be accessed using ssh:

$svn co svn+ssh://some-host.org/repos/coolproject/

It basically amounts to direct access [file:///] though.

http://svnbook.red-bean.com/nightly/en/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.sshauth




More information about the fedora-list mailing list