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

Re: Automatically marking tags as read only

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2004-05-06 18:15:30 CEST

Hi,

Please stay on the list; that way everybody can benefit. Also, if the patch
does not work, that information is as valuable as the patch itself.

> I'm using your patch with this config file:
>
> [Make everything read-write for all users]
> match = ^(branches|trunk)/
> access = read-write
>
> [Make tags only vailable to add copy of files]
> match = ^tags/
> access = read-add
>
> but when I'm running:
> K:\>svn copy -m "test interne SVN (reglage des droits)"
> http://venus.perinfo.com
> :2004/svn/gw/trunk http://venus.perinfo.com:2004/svn/gw/tags/test_tag2
>
> I'm getting his error:
> svn: MERGE request failed on '/svn/gw'
> svn:
> 'pre-commit' hook failed with error output:
> ./commit-access-control.pl: user `fguiliani' does not have permission to
> commit
> to this path:
> tags
>
>
> Could you help me? What's wrong?

I think I remember that you need to set the tags/ dir itself to
'read-modify' and its contents to 'read-add', since a copy modifies the dir
you copy to.

HTH,

Erik.

-- 
NEU : GMX Internet.FreeDSL
Ab sofort DSL-Tarif ohne Grundgebühr: http://www.gmx.net/dsl
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 6 18:16:03 2004

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.