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

RE: Access rights files with Parent path and svn protocol?

From: Tom Malia <tommalia_at_ttdsinc.com>
Date: Fri, 14 Feb 2014 19:22:50 -0500

Thanks,
Actually it seems to be working now.... I know something changed but I'm not
sure what, but I guess I won't argue with success for now.

-----Original Message-----
From: Thorsten Schöning [mailto:tschoening_at_am-soft.de]
Sent: Friday, February 14, 2014 7:02 PM
To: users_at_subversion.apache.org
Subject: Re: Access rights files with Parent path and svn protocol?

Guten Tag Tom Malia,
am Freitag, 14. Februar 2014 um 22:39 schrieben Sie:

> I’m having no trouble reading repositories from remote clients with
> the svn:// protocol but I can’t commit.

You need to configure anon-access, auth-access and password-db for this to
work.

> The documentation talks about setting the “authz-db” value in the
> “svnserve.conf” file to define access rights.

The important distinction is permissions, not authorization. The latter
needs to be done using the former mentioned.

> authz-db =../../ authz

Those paths need a base, this may be the conf directory, but may be some
completely different because "authz" alone without a path may be some
convention. I don't know which is the base or the conventions existing, but
in those cases I always use Process Monitor to check where an application
looks for a file.

http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx

> authz-db = C:/SVN/repositories/authz

If that really doesn't work because of some restrictions of SVN, which I
doubt, you may simply link your authz files throughout all your repos using
symbolic links with mklink.

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning       E-Mail:Thorsten.Schoening_at_AM-SoFT.de
AM-SoFT IT-Systeme      http://www.AM-SoFT.de/
Telefon...........05151-  9468- 55
Fax...............05151-  9468- 88
Mobil..............0178-8 9468- 04
AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln AG Hannover HRB
207 694 - Geschäftsführer: Andreas Muchow
Received on 2014-02-15 01:25:07 CET

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.