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

Re: A couple of problems with svn rm.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-12-07 21:18:54 CET

cmpilato@collab.net writes:

> Mo DeJong <supermo@bayarea.net> writes:
>
> > % svn rm bar.c
> > D bar.c
> > % ls
> > bar.c foo.c
> >
> > Now, why is bar.c still there? Why does the client fail to remove
> > the file?
>
> Update does this, I believe that's where we stand on file/dir removal.

Or, run 'svn rm -f', the --force flag. It will remove the file at the
time you schedule it for deletion.

>
> > % svn commit bar.c
> >
> > svn_error: #21050 : <Filesystem has no such file>
> > commit failed: wc locks and tmpfiles have been removed.
> >
> > svn_error: #21050 : <Filesystem has no such file>
> > commit failed: while sending tree-delta.
> >
> > svn_error: #21050 : <Filesystem has no such file>
> > file not found: filesystem `/tmp/subversion/repo/db', transaction
> > `2', path `/project/head/bar.c'
> >
> > Issue 565 seems kind of like this problem, but they are not exactly
> > the same. Is this a known problem or should I file a new issue?
>
> This is so known that the even The Onion is preparing a parody article
> of it. Don't bother with a new issue. It will be addressed in the
> new commit system.

Indeed, it's been filed forever. In fact, around here, we call it the
'add, commit, delete, commit' bug. It only exists in ra_local, and
know exactly why it happens.

For the next few weeks, just update after the first commit. It will
be fixed soon.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:51 2006

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.