SVN shared password db on Windows server
- by Greg McGuffey
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?