bitkeeper

how do I undo a checkin in bitkeeper that isn't part of a changeset?

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

How do you incorporate shared IP into multiple projects while still allowing easy branching?

Without access to git and git-submodule, I need to incorporate a shared-ip repository into two separate project repositories while minimizing the overhead of branching. People on either project need the ability to easily branch off their project's mainline trunk while also branching off the shared-ip repo. If/when the user modifies the...

In bitkeeper/bk, how do I list all untracked files in my repository?

In bitkeeper/bk, how do I list all untracked files in my repository? ...