Skip Menu |

This queue is for tickets about the svk CPAN distribution.

Report information
The Basics
Id: 23832
Status: open
Priority: 0/
Queue: svk

People
Owner: Nobody in particular
Requestors: ttimo [...] idsoftware.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.08
Fixed in: (no value)



Subject: lock remains when pre-commit fails
if a pre-commit script denies a commit (for whatever legit reason), the lock is left on the repository and has to be manually removed afterwards
This is pre-commit hook preventing commits on the local depot used by svk to mirror things?
From: ttimo [...] idsoftware.com
On Fri Dec 08 04:08:58 2006, CLKAO wrote: Show quoted text
> This is pre-commit hook preventing commits on the local depot used by > svk to mirror things?
Yeah. Although in most cases it should not, the hook is there mostly to control direct checkins to the mirrored SVN. With the locks between chained SVK mirrors though, it may also deny an SVK checkin as well. The only problem there is that the repository lock remains after the failure.