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

Re: anything corresponding to pinning in VSS

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-01-27 12:45:58 CET

On Jan 27, 2006, at 11:44, Ssebastia annonygmouse wrote:

> Is there any way to make a "needs lock" property unchangeable
> by the users? Or will I need a pre-commit hook to make that
> property permanent?

If you want all files to have the svn:needs-lock property, you would
need to write a pre-commit which denies the commit of any file where
the property is not set. This would then certainly also prevent users
from later removing the property.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 27 12:47:34 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.