Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I unlock svn?

I am trying to check in a project to svn. However, I get an error message stating that this is locked. I am the only user. I tried to "clean" my project. No change.

Is there a way to force unlock?

like image 661
user316030 Avatar asked Apr 16 '10 18:04

user316030


2 Answers

This probably means your working copy is locked. Please provide the full error message for further analysis.

A locked working copy will result if you force-terminate an svn command or the command errors out uncleanly.

The quick fix is to run svn cleanup. This normally fixes broken working copies.

like image 51
Mike Miller Avatar answered Sep 24 '22 00:09

Mike Miller


you can also go into the .svn directories and remove the lock file.

like image 44
derek Avatar answered Sep 23 '22 00:09

derek