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

phantom locking issues - 403 Forbidden

From: William Muriithi <william.muriithi_at_gmail.com>
Date: Tue, 7 Mar 2017 19:22:20 -0500

Hello,

I have a locking issue that show up as follows:

On the SVN client:
Error: Unlock for FileABC.OLB failed (403 Forbidden)
Error: If you want to break the lock, use the "Check For Modification"
dialog or the repository browser

On the SVN server:
[Tue Mar 07 16:32:35 2017] [error] [client 192.168.11.1] Access
denied: 'waqar' LOCK
projects:/applications/trunk/work/Library/Allegro/FileABC.OLB

When I used the command below, it failed with the message file now locked.

svn unlock --force
https://carbon.eng.example.com/svn/projects/applications/trunk/work/Library/Allegro/FileABC.OLB

I then ssh to the SVN server and attempted to search for the lock.

 svnadmin lslocks /var/svn/projects | grep -B 6 FileABC.OLB

This came back with no match. At this point, I got lost. What would
I be missing? A bit of background, the issue started because for a
day, I had started to use kerberos for authentication that introduced
a different user for every uid. Rolling back the change hasn't helped

Any pointer on how to investigate further?

Regards,
William
Received on 2017-03-08 01:22:26 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.