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

Re: Reg Tags/Branch

From: David Weintraub <qazwart_at_gmail.com>
Date: Wed, 13 May 2009 11:50:56 -0400

The standard Python pre-commit hook can do this for you. You simply
set the control file to say that the tags directory is read only for
all users except the SCM.

You can even take it one step farther. Developers can create a tag by
doing an "svn cp", but can't modify the files in the tag. This way,
developers can create the tags, but accidentally make further changes
once they create the tag. See
<http://svn.collab.net/viewvc/svn/trunk/tools/hook-scripts/> and take
a look at the two files svnperms.py and svnperms.conf.examples.

On Wed, May 13, 2009 at 2:31 AM, Ramachandran, Vishwanath(IE10)
<Vishwanath.Ramachandran_at_honeywell.com> wrote:
> Hi there
>
> We have implemented a hook script for
>
> tag/branching should perform with certain naming standards, [case
> insensitive] and it works great
>
>
>
> Now I like to implement the operations which is mentioned below
>
> 1.   Read only tag folders: Tag folders will have read only access for every
> body only SCM focal will have access to modify this folder.
>
> 2.      Restricted delete: this will enforce delete in SVN server done by
> only administrative privileges.
>
>
>
> Regards
>
> R.R.Vishwanath
>
> Desk: +91 80 26588360 Extn: 44211
>
> Cell: +91 9632243577
>
>

-- 
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2239536
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-13 17:52:01 CEST

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.