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

RE: RE: Get exclusive lock

From: Reedick, Andrew <jr9445_at_ATT.COM>
Date: Mon, 3 Mar 2008 09:14:32 -0600

> -----Original Message-----
> From: Oliver Fabelo [mailto:ofabelo_at_canarias.org]
> Sent: Monday, March 03, 2008 7:01 AM
> To: users_at_subversion.tigris.org
> Subject: RE: Get exclusive lock
>
> Hello,
>
> We are in the same case, I am happy because someone understands me
:-).
> I
> took days angry because the excuse of my colleagues is: "I can arrive
> at
> 8:00 half asleep and I can forget to lock the file ...".
> The worst thing is that they are not mere users, are all computer's
> degree
> (my English is not very good, I'm sorry).
> Thanks beforehand.
>

The only version control system that I know of that can prevent the
problem would be a ClearCase dynamic view. The dynamic view intercepts
all OS file I/O calls thus preventing applications from ignoring the
'readonly' flag. However, ClearCase is expensive and dynamic views have
their own drawbacks.

Plan B: If your users put their checkouts under a particular directory,
you could install a script that will periodically scan the checkout dirs
and check if any svn:needs-lock files have been modified. 'svn proplist
-R ...'

*****

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. GA622

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-03 17:19:00 CET

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.