logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Apache SVN Error - Lock issues in Windows
Author
srivaar



Joined: 14 Sep 2017
Posts: 1
Location: USA

PostPosted: Fri 15 Sep '17 13:00    Post subject: Apache SVN Error - Lock issues in Windows Reply with quote

Hi,

We have Apache 2.24 & SVN 1.8 versions installed on Windows 2012R2 server. We can add and commit files to the repository but when we try to lock the existing files, we are getting the below error in Apache log: Tried to attach multiple locks to a resource. [400, #405]

The SVN client show below error:
No Lock on Path filename.txt (400 Bad request)
The lock has already been broken from another working copy

I was looking at some forums and some say that its a bug in this version with locking files.

Wondering if any one out there in the community has a similar experience.

Appreciate your inputs.

Thanks,
Mahesh
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7294
Location: Germany, Next to Hamburg

PostPosted: Tue 31 Oct '17 17:34    Post subject: Reply with quote

For client-side command line approach, you can run

svn unlock --force problematic.file.name

An administrator who has local access to the repositories could run

svnadmin unlock
Back to top


Reply to topic   Topic: Apache SVN Error - Lock issues in Windows View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules