SVN shared password db on Windows server
Posted
by Greg McGuffey
on Server Fault
See other posts from Server Fault
or by Greg McGuffey
Published on 2009-10-17T02:46:23Z
Indexed on
2010/04/09
19:43 UTC
Read the original article
Hit count: 395
svn
I'd like to have a shared password-db file for several repositories on my home svn server (run under Windows). I've figured out that I need to set all the repositories to have the same realm
, but I can't figure out how to just put in an absolute path to the shared password-db. I.e. the full path is something like:
c:\svn.users\passwrd
What do I set the password-db
setting to in svnserve.conf so it can find this file?
© Server Fault or respective owner