"Ada Battousai" <[email protected]> schreef op 18/02/2011 06:36:40:
> I'm trying to make a local repository (protocol svn://, without > apache) works with a password file with htpasswd entries. But my svn > does not recognize the passwords added there. > How can I configure svn to make it work? That won't work. The htpasswd file is used by apache, not by SVN itself. If you want to use just svn:// (not svn+ssh://) I _think_ the only option is a plain text file containing usernames and passwords: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.auth.users **** DISCLAIMER **** http://www.tvh.com/newen2/emaildisclaimer/default.html "This message is delivered to all addressees subject to the conditions set forth in the attached disclaimer, which is an integral part of this message."
