[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Is there a way to find out the filename and the location of the password file?

From: David Weintraub <qazwart_at_gmail.com>
Date: Sat, 27 Sep 2008 22:58:12 -0400

Are you using the svnserve command or Apache?

If you're using svnserve (i.e., you checkout "svn co svn://..." or
"svn co svn+ssh://", your Subversion configuration file is inside your
repository under the conf directory. The file is called svnserve.conf
and will contain the name of the password file. Look for the line
"password-db = <file>".

If you're using Apache (i.e. you checkout "svn co http://..." or "svn
co https://..."), things are a bit trickier. You have to examine your
httpd configuration files. Here, you could be using a file that
contains the passwords or a database of some sort.

--
David Weintraub
qazwart_at_gmail.com
On Thu, Sep 25, 2008 at 4:30 PM, baz themail <bazthemail_at_gmail.com> wrote:
> Hi,
>
> I am looking at one of the exiting svn server, version 1.4.4. I cannot
> locate the passwd file from any standard location. Would you tell me how i
> can find out the filename and the location of the svn password file?
>
> Thanks.
>
> A.
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-28 04:58:31 CEST

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.