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

Re: ACLs: Full support in file system after 1.0? But wat about tags?

From: John Szakmeister <john_at_szakmeister.net>
Date: 2003-10-28 12:41:54 CET

On Monday 27 October 2003 19:40, kfogel@collab.net wrote:
> Lev Serebryakov <lev@serebryakov.spb.ru> writes:
> > And change Apache's config or pre-commit script after each tag
> > creation is not good idea too: developer could don't have access to
> > these files!
> >
> > May be here is any plans to add a "read-only" mark to repository?
> > May be via property?
>
> We think it's not a crisis, because a change to a tag could be easily
> detected (by 'svn log', or just by reading commit mails) and reverted.

You could probably write a pre-commit script that used 'svnlook changed' to
watch which paths are being modified and fail if a tag is being updated.

I don't think that would be too hard to do. I'd probably work much like
commit-access-control.pl does now.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 28 11:38:53 2003

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.