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

svn cleanup has problems with recursive cleanup

From: Miha Vitorovic <mvitorovic_at_nil.si>
Date: Tue, 24 Jun 2008 15:17:15 +0200

Hi all,

I'm having problems with "svn cleanup". Basically if I run the command on
the root of the WC I get:

svn: In directory 'swfupload'
svn: Error processing command 'committed' in 'swfupload'
svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
details)

(svn help cleanup) does not offer any helpful information, of course :)

but if I

cd swfupload
svn cleanup
cd ..
svn cleanup

that seems to resolve the issue. Which seems unnecessary to me. Running
svn cleanup on the root should IMO fix the entire WC, not force the user
to travers the WC by himself.

On a related note, after doing all this dance, I am left with:

svn: In directory '.'
svn: Error processing command 'committed' in '.'
svn: Can't move '.svn/props/README.txt.svn-work' to
'.svn/prop-base/README.txt.svn-base': No such file or directory

Any suggestions on how to get out of this one?

SVN is 1.5.0 final. The error occured during the initial commit, because
of the problem with permissions on .svn directories.

Br,

---
  Miha Vitorovic
  Inženir v tehničnem področju
  Customer Support Engineer
   NIL Data Communications,  Tivolska cesta 48,  1000 Ljubljana,  Slovenia
   Phone +386 1 4746 500      Fax +386 1 4746 501     http://www.NIL.si
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-24 15:17:41 CEST

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.