how do I undo a checkin in bitkeeper that isn't part of a changeset?
Posted
by Nathan Fellman
on Stack Overflow
See other posts from Stack Overflow
or by Nathan Fellman
Published on 2009-01-12T12:19:22Z
Indexed on
2010/04/01
3:43 UTC
Read the original article
Hit count: 358
I have a file in a project that is in a bitkeeper repository. I checked in a file but I haven't committed the change to create a changeset. How can I undo the checkin?
If I had a changeset I could undo the commit with:
bk undo -r<rev>
But in this case I can't commit and undo the changeset because I have other checked-in files that I don't want to touch.
© Stack Overflow or respective owner