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

RE: Non-Working authz for svnserve

From: Thomas Hemmer <themmer_at_go-engineering.de>
Date: 2006-12-18 15:47:28 CET

Norbert,

try [/Ueberwachungsrechner/trunk] instead of
[KomZ:/Ueberwachungsrechner/trunk].

While serving your repository with svnserve there is nothing like
repository names since one svnserve instance can expose only one
repository to its clients (in opposition to apache).

Perhaps the SVN book should mention this fact within the respective
chapter ;-)

HTH,

Thomas

> -----Original Message-----
> From: Norbert Thoden [mailto:thoden@rheinmetall-de.com]
> Sent: Monday, December 18, 2006 10:33 AM
> To: users@subversion.tigris.org
> Subject: Non-Working authz for svnserve
>
> Hello!
>
> I have problem to let the authz-File (Repo/conf/authz) work
> for the svnserve-connection.
> (The svnserve.conf works fine (read or write access), even
> without restarting the subversion- server or ein new login of
> the user.)
>
> I use subversion Version 1.4.2 (r22196) on SUSE Linux
> Enterprise Server 10 (x86_64) for the server.
> The client is on Version 1.4.0 (r21228) on SuSE Linux 9.3 (i586)
>
> How do i have to configure the file?
>
> My host: guezsv01
> My repository: KomZ
> My project: Ueberwachungsrechner
> so the folling command works:
> svn list svn://guezsv01/KomZ/Ueberwachungsrechner/trunk
>
> I try this authz-File:
> ######################################
> [groups]
> # harry_and_sally = harry,sally
>
> # [/foo/bar]
> # harry = rw
> # * =
>
> # [repository:/baz/fuz]
> # @harry_and_sally = rw
> # * = r
>
> [KomZ:/Ueberwachungsrechner/trunk]
> * = r
> ######################################
>
> Though there i only read-access configured, i can do everything :-(
>
> Any hints?
>
>
> Thanks in advance
>
> Norbert Thoden
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 18 15:48:31 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.