Re: Locks on deleted files get broken when a commit fails over DAV

2010-09-08 Thread C. Michael Pilato
On 09/08/2010 12:53 PM, Philip Martin wrote: > If I lock a file, modify it and commit over DAV then the lock is > visible in the pre-commit hook, and if the commit fails the lock > remains valid. > > If I delete the file, rather than modify it, then the lock gets > removed before the pre-commit ho

Locks on deleted files get broken when a commit fails over DAV

2010-09-08 Thread Philip Martin
If I lock a file, modify it and commit over DAV then the lock is visible in the pre-commit hook, and if the commit fails the lock remains valid. If I delete the file, rather than modify it, then the lock gets removed before the pre-commit hook runs, and if the commit fails the lock is gone. This