I've run into that in the past on the lucene repository. I think it's just local state, not the server that is locked.
I had problems with my removable drive I take between work and home... I tried to commit something, but some of the .svn contents didn't have write permissions and it got me in a bad state. I took the fast route... I checked out the repository in a different directory, copied over the files I had changed, and committed from there. Now I usually do a "chmod -R a+rwx ." when moving from work to home. -Yonik On 3/18/06, Yoav Shapira <[EMAIL PROTECTED]> wrote: > Hola, > I was just trying to commit some minor updates to the site, and upon > running SVN commit I get: > svn: Working copy '/x1/home/yoavs/svn/incubator/solr' locked > svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details) > > Running svn cleanup and then svn commit again results in the same > message. Strange... > > My changes are minor and non-urgent, I can do them another time, but > I'm curious to see if others have run into this... > > Yoav > > -- > Yoav Shapira > Nimalex LLC > 1 Mifflin Place, Suite 310 > Cambridge, MA, USA > [EMAIL PROTECTED] / www.yoavshapira.com > -- -Yonik http://incubator.apache.org/solr Solr, The Open Source Lucene Search Server
