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

Re: Setting up authentication with svnserve running under svnservices

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-10-26 11:32:10 CEST

> With the above set-up, when I right-click, choose TortoiseSVN > Repo
> Browser, and type svn://localhost/svn-repos the browser cannot open the
> repository. Not unexpected, since according to the documentation, authz
> doesn't permit drive letters. The TortoiseSVN Help and the Subversion
> book are not enlightening on configuration.

It's not that 'authz doesn't permit drive letters': rather, authz
refers to repository-internal-paths, so it has no *relation* with
drive letters.

The above means that your authz file should probably have looked like:

       *** authz ***
       [groups]
       training = fotini,hedley,kellie,neil

       [/] training = rw
       * = r

> But, if the passwd and authz files are completely commented out and the
> only entry in svnserve.conf is
>
> [general]
> anon-access = write
>
> The Repo Browser connects fine and all Subversion operations avaiable from
> the TSVN context menu work as advertised.

Sure. That means svnserve is correctly working and doing what it's told to do.

> How can you use a [pathname] section if the lcoation of root / is
> ambiguous on a computer with multiple drive letters (A to E on one, A to G
> on the other)?

No need, as said above: it's a repository-internal pathname, not a
physical filesystem one.

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 26 11:33:02 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.