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

Svnserve path based authorization w/o absolute path

From: Vallen Software \(G. Corneanu\) <software_at_vallen.de>
Date: 2006-11-20 12:07:24 CET

Hello all,

After lot of searching, I did not find an answer to a rather simple issue.
I have a basic request to set path based authorization with svnserve.
What I want is to specify a NON-absolute path in a rule where a restriction
is set.

Ex: this works for the main trunk
[/trunk/source/restricted_dir]
* =
@devel1 = rw
 
But if someone makes a branch, tag (etc), I need to keep the folder
restricted.
There is no way to "inherit" restriction on copy, but I would expect to be
able to
set a restriction using only a directory name, like this:

[restricted_dir]
* =
@devel1 = rw

Am I missing something here? Maybe a different syntax?

Thanks,
Gabriel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 20 13:59:05 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.