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

RE: branch locking in Subversion

From: Reedick, Andrew <jr9445_at_ATT.COM>
Date: 2007-12-21 18:11:24 CET

> -----Original Message-----
> From: CRISP Norman [mailto:Norman.Crisp@alcatel-lucent.com]
> Sent: Friday, December 21, 2007 10:27 AM
> To: users@subversion.tigris.org
> Subject: branch locking in Subversion
>
> Hello all,
>
> We are in the process of moving from CVS to SVN and looking for some
> information on branch locking.
>
> We always have a trunk, new development, and maintenance branches that
> are active. As we have 100+ designers working on the project we need
> to
> be able to lock down and block any changes to individual branches, and
> also grant access to any individual designer for a particular branch.
>
> Does anyone have information to share, or even some sample hooks that
> can help me achieve this goal.
>

Path Based Authorization:
http://svnbook.red-bean.com/en/1.4/svn.serverconfig.pathbasedauthz.html

If you want to use hooks, then use a pre-commit hook. Use 'svnlook'
(http://svnbook.red-bean.com/en/1.4/svn.ref.svnlook.html) to look at the
commit transaction to see what dir(s) are being written to (svnlook
changed) and by whom (svnlook author) and act appropriately.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA625

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 21 18:12:01 2007

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.