You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by baz themail <ba...@gmail.com> on 2008/09/25 20:30:27 UTC

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

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.

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

Posted by David Weintraub <qa...@gmail.com>.
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@gmail.com



On Thu, Sep 25, 2008 at 4:30 PM, baz themail <ba...@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@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by Andy Levy <an...@gmail.com>.
On Thu, Sep 25, 2008 at 16:30, baz themail <ba...@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?

Your Subversion server configuration file points at it. If you use
Apache, it's httpd.conf. If you use svnserve, it's probably
svnserve.conf. See the manual's server configuration section; it tells
you how to set up the password file, so you can use that information
to find it on your server.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org