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

Removed directory and working copy issues

From: Martin Novak <mn_at_puakma.net>
Date: 2005-08-11 04:58:25 CEST

Hello, I have bug for subversion, I tried to look at the current bugs,
and nothing found, so sorry if it's duplicate. To OS: I'm using 1.2.1 on
MacOSX 10.4.

The problem occurs when I manually remove some directory (using outside
tools - eg command line 'rm'), and then I try to commit the whole
project to the server (using command: 'svn ci' or even in subclipse).
svn doesn't recognize directory remove, and it's writing me that:

mn@jablicko-3 puakma.ide $ svn ci
subversion/libsvn_client/commit.c:832: (apr_err=155005)
svn: Commit failed (details follow):
subversion/libsvn_wc/lock.c:677: (apr_err=155005)
svn: Working copy '/Users/mn/Puakma/puakma.ide/final' is missing or not
locked

the deal is that information about directory 'final' is stored in
'/Users/mn/Puakma/puakma.ide/.svn/entries' file, and when commiting svn
is not able to recognize that dir was removed, and remove it from
repository automatically which should be imho doing...

Martin

P.S. I'm not subscribed to the list or what are you using, so please
forward me any answers or subscribe me

Received on Thu Aug 11 05:17:35 2005

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.