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

Strange behavior svnserve.conf auth-access

From: Eric Berry <elberry_at_gmail.com>
Date: 2006-04-12 00:25:30 CEST

Hello,
    One of our Sys-Admins here set up a SVN repository for us to test with
(We are trying to convert over from cvs to svn). His svnserve.conf file had
these entries:
########
[general]

anon-access = none
auth-access = write,read

password-db = passwd
########

After some discussion with the guys from the Subclipse project we realized
that the auth-access needed to be set to just "write" not "write,read".

Before making the change however, we noticed that we were not able to
connect to the repository at all. It was acting as if anon-access was set to
"none" (which it was) and auth-access was also set to "none". The Systems
administrator did not receive any notification telling him that he had made
a mistake, and I'm not sure where the log files are. I checked /var/logs and
didn't see anything there.

Is this a predicted behavior, and where does svnserve log to so we can avoid
future mistakes?

Thanks for any help,
Eric

--
Infinite Loop: Someone included an include that included the include?
Received on Wed Apr 12 00:28:18 2006

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.