Useful BitKeeper commands

Posted on March 25th, 2010 by David Luhman and tagged .

Here are some useful BitKeeper commands :

Help

  • bk helptool &

Repository Management

  • bk clone -l /home/usr/dluhman/repos/code /tmp/devdkl-test/code
  • bk parent
  • bk pull -ln
  • bk citool
  • bk push -ln

File Management

  • bk new somefile.php
  • bk edit someExistingFile.php
  • bk -Ur. edit -S
  • bk mv oldFileName.php newFileName.php

Examining Changes & Reporting

  • bk revtool
  • bk csettool -r1.6887.1.60 &
  • bk log -r1.6887.1.61
  • bk changes -uUSERNAME
  • bk changes -r1.6887.1.61
  • bk changes -v -r1.6887.1.61

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options