Hi, Indeed it was not a good idea naming this file .htpasswd.
I finally made it working by using the correct file to read svn accounts and the trac database for trac-defined accounts : [account-manager] hash_method = HtDigestHashMethod password_file = C:\Repositories\svn\myprojectrepos\conf\passwd password_store = SessionStore,SvnServePasswordStore A question remains : now I have to read some docs about how svn manages accounts and account definition files, because with my default settings I would have 2 files to maintain : C:\Repositories\svn\myprojectrepos\conf\passwd read by Trac, and with a content of "user = password" C:\Repositories\htpasswd used by svn when adding an account using USVN, and with a content of "user:<md5 hashed password>" Barbara --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
