Re: multiple locks on a single file
From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Wed, 19 Jan 2011 04:04:05 -0600
On Jan 19, 2011, at 03:32, Jan Keirse wrote:
> I'm not asking for a lock on part of the file, in fact if you think about
[snip]
> I'm not asking to automatically stop the user from
Note that Subversion does have pre-lock and post-lock hooks that you can write scripts for. Note also that Subversion locks can, by default, be stolen by anyone. Combining these facts, you could write a post-lock hook that informs your team that someone has locked this file. (This information could be sent by any convenient means -- for example, by sending an email to a mailing list to which all team members are subscribed.) Anyone who feels they still need to work on the file after it has been locked by someone can steal the lock for themselves.
|
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.