Subject: | svk rm breaks when the file is deleted in a later revision |
Date: | Thu, 1 May 2008 12:16:32 -0400 |
To: | bug-svk [...] rt.cpan.org |
From: | Daniel Jacobowitz <drow [...] false.org> |
I had a stale working tree. I had deleted a file (hang1.C) in both
the branch this tree was copied from and the branch the tree was
checked out from, but I had not updated. I tried to delete the file:
% svk rm hang1.C
hang1.C is not under version control; use '--force' to go ahead.
% svk rm --force hang1.C
D hang1.C
% svk st hang1.C
! hang1.C
I tried svk smerge and got the same error, which was bad because there
is no --force option to smerge.
The config file ends up with a scheduleanchor for the file after svk
rm, but nothing else.
I think it should not fail until you go to commit. What does the HEAD
status have to do with anything at this point?
--
Daniel Jacobowitz
CodeSourcery