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

locked dirs preventing action

From: <pll_at_lanminds.com>
Date: 2002-11-27 20:06:57 CET

Hi all,

Somehow I ended up with locked wc and someone threw away the key :(
I've tried svn cleanup and that dies with the following error:

        $ svn cleanup .
        svn: No such file or directory
        svn: svn_io_set_file_read_write: failed to set file 'trunk/kernel/linux-
        2.4.19/include/asm/.svn/lock' read-write

I also noted that there are several subdirs which have locks in them:

        $ find ./ -name 'lock'
        ./.svn/lock
        ./trunk/kernel/linux-2.4.19/include/.svn/lock
        ./trunk/kernel/linux-2.4.19/.svn/lock
        ./trunk/kernel/.svn/lock
        ./trunk/.svn/lock

Any ideas how I can unlock my repo?

Oh, btw, Debian, svn 0.14.5-1

Thanks,

        

-- 
Seeya,
Paul
--
	It may look like I'm just sitting here doing nothing,
   but I'm really actively waiting for all my problems to go away.
	 If you're not having fun, you're not doing it right!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 27 20:08:36 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.