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