tags:

views:

22

answers:

1

I'm setting up a subversion server for hold my code for a website I've been working on, and I'm trying to do it all though svnserve, however I need to be able to access it using the system accounts, and I'd prefer not to have to copy/paste usernames and passwords into a plaintext file.

It's a debian server, and PAM is enabled. How can I get svn to authenticate off system user accounts?

+1  A: 

How about using svn over ssh? This is a good blog entry: http://www.petefreitag.com/item/531.cfm

jskaggz
we use a non-standard port for ssh, how would we specify it. Most people who would be accessing it are not doing so through the commandline or even in linux so .subversion/config and adding a tunnel wouldn't work
Malfist
%AppData%/Subversion/config on windows.
Malfist