well i have several repositories and i want several users to access them using svnserve.exe service.
the problem is that i want to write the user names and passwords only in 1 location.
the Repositories are in the D:\SVN\ path
so lets name them
D:\Svn\Rep1\
D:\Svn\Rep2\ ...
well i tried to modify the svnserve.conf file in each of them to point to a single file like D:\Svn\conf.global\passwd using
password-db=D:\Svn\conf.global\passwd
but it didn't work :(
any ideas? or i need to do it the stupid way and duplicate the passwd file in each repository?