PDA

View Full Version : if i want to offer subversion, i have to allow ssh?



lkbryant
12-19-2007, 12:43 PM
to offer subversion, do i need to allow ssh access to users?

resolveit
12-20-2007, 01:59 AM
Can you explain what you mean by "subversion"?

Regards,

jlandes
12-20-2007, 11:32 AM
http://subversion.tigris.org

resolveit
12-20-2007, 02:06 PM
I found it on google as well and also found several reference to web interface(s). Search on Google and see if you can use one of the web interfaces.

switch
01-25-2008, 04:29 PM
You definitely don't need to offer SSH access, but only someone with SSH access can create new repositories. I have it set up for my clients where they request a setup from me, then I send them their login info. I use the native daemon provided by SVN, so no need to hook it up to apache via DAV (which is complicated and might lead to instability, plus I just never needed to bother with it, since it works just fine this way for me).