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

A couple of problems with svn rm.

From: Mo DeJong <supermo_at_bayarea.net>
Date: 2001-12-07 11:22:51 CET

Hi all.

I have run into a couple of little problems with the svn rm command
and I thought I would ask about them before filing a new issue. I am
using the local file access layer here.

Assuming I just checked out a dir:

% echo BAR > bar.c
% % svn add bar.c
A bar.c
% svn st
A ./bar.c
% svn commit -m "added bar.c"
Adding /usr/tmp/subversion/checkout/project/head/bar.c
Commit succeeded.
% 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?

And now the other problem:

% 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?

thanks
Mo DeJong

---------------------------------------------------------------------
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.