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

Re: 'checkout' state

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-07-08 00:26:09 CEST

Daragh Fitzpatrick wrote:
> Hi,
>
> I know it's not what SVN does, but is it possible to know if another
> user is working on a file? The merging concept does not work so well for
> binary files such as word documents. Is any tool available to allow users to
> set such a flag? (reminds me of the conch from the Lord of the Flies)

Well, if you don't mind lock/unlock events showing up as commits, you can whip up a simple locking system using scripts.

Just set a property to your username to lock a file, and have a pre-commit script that aborts commits that attempt to change a file
with the lock property set and not equal to the username of the user doing the commit.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 8 00:26:39 2004

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.