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

htpasswd without apache

From: Rego <pvrego_at_gmail.com>
Date: Thu, 17 Feb 2011 05:46:24 -0800 (PST)

Hi, 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?

Explaining better:
I have a repository called *local_rep*, in whose conf files are:

*svnserve.conf:*
[general]
anon-access = none
auth-access = write
password-db = local_rep_pass
authz-db = authz

*autz:*
[groups]
rootyy=default

[/]
@rootyy=rw
*=

*local_rep_pass:*
default:$apr1$lHYdR...$R1WDuYILoJH.1WJpxL9d7/

in which $apr1$lHYdR...$R1WDuYILoJH.1WJpxL9d7/ represents the password *
blablumbla* encrypted for user *default* using htpasswd.

But when I try to checkout the repository, the password is not recognized.

Regards.
Received on 2011-02-17 14:55:06 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.