Re: how to undo a bk ci
Oscar Bonilla <[email protected]>
| Newsgroups | gmane.comp.version-control.bitkeeper.user |
|---|---|
| Message-ID | <[email protected]> |
Try bk stripdel but be careful because it will lose your latest changes. Technically it's not "undoing" your ci, it's getting rid of it. If you want to re-edit the files, do a bk edit foo.c bar.c, copy foo.c and bar.c to some other place and then bk stripdel foo.c bar.c. On Mon, Aug 23, 2004 at 02:31:34PM -0700, Tim M. Sanders wrote: > Is there a command, or commond sequence that allows me to undo a bk ci (on one > or more files)? (No commit done yet). > > I check in (bk ci) files foo.c and bar.c. I messed up and do not want these in > the check-in state. Is there a bk command that "undo"s the check in? > > > -- > ==================================================== > Tim M. Sanders [email protected] > Synergy Microsystems Phone: 520.690.1709 x323 > 3895 N Business Center Dr. Fax: 520.690.1796 > Suite 100 > Tucson, AZ 85705-6906 > _______________________________________________ > Bitkeeper-users mailing list > [email protected] > http://bitmover.com/mailman/listinfo/bitkeeper-users > To unsubscribe from this list, go to the above URL, follow instruction at the bottom of the web page. _______________________________________________ Bitkeeper-users mailing list [email protected] http://bitmover.com/mailman/listinfo/bitkeeper-users To unsubscribe from this list, go to the above URL, follow instruction at the bottom of the web page.