Skip Menu |

This queue is for tickets about the svk CPAN distribution.

Report information
The Basics
Id: 35567
Status: new
Priority: 0/
Queue: svk

People
Owner: Nobody in particular
Requestors: drow [...] false.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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