RE: How to reset svn password by svn user ?
From: Cooke, Mark <mark.cooke_at_siemens.com>
Date: Thu, 5 Mar 2015 07:24:21 +0000
> >Well, as an example, if your Subversion server is setup to authenticate via
This is not a subversion question... but we do try to be helpful round here. Please do read the answers you are given and if you do not understand, ask (rather than guess and hope). Neither mod_dav nor mod_dav_svn are involved in passwords.
Ok, so you are using apache httpd. Apache deals with user _authentication_ (who you are) whilst subversion optionally deals with _authorisation_ (what you are allowed to do). Usernames and passwords are one way of proving who you are, so this is part of _authentication_.
So, again, it depends on how you have configured _authentication_. Read the httpd docs:-
http://httpd.apache.org/docs/2.2/howto/auth.html (for version 2.2)
http://httpd.apache.org/docs/2.4/howto/auth.html (for version 2.4)
...and then you can tell us which authentication method you are using and on which platform (and version) and hopefully someone will be able to help you.
~ mark c
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.