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

Re: Problem on Set Access Controls

From: T. Wassermann <mail_at_tobias-wassermann.de>
Date: 2006-06-30 07:01:03 CEST

> I changed svnserve.conf file:
> [general]
> anon-access = none
> auth-access = write
> password-db = passwd
> # authz-db = authz
> realm = My First Repository

> But I still can read details from svn repository using web browser, and
> using subCllipse. What wrong with my setting? Maybe I didn't set "realm"
> correctly. What should "My First Repository" stand for?
>

Hi Jam,

the webbrowser gets the repository over DAV and Apache - this is not
served by svnserve. So, if you'll set up access rights for DAV-Users
(this are *all* users, accessing your repository by a http- or
https-URL), you have to set up apache authentication. This problem maps
to your subClipse too if you're not using a url like svn://abc/repos/test

See also
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authn

Best Regards

Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 30 07:02:26 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.