On Tue, Feb 22, 2011 at 03:17:51PM -0700, Michael Chaffin wrote:
> The command 'be init' seems to work just fine in 'C:\Temp' which is not
> under any kind of revision control.

BE tries to autodetect your version control system.  When it detects
bzr, it (tries) to use it to store the bug repository (this was
failing with your pre-patched BE).  When BE does not detect your VCS,
it creates a non-versioned bug repository:

    $ mkdir a b
    $ cd a
    a $ be init
    No revision control detected.       <-----
    BE repository initialized.
    a $ cd ../b
    b $ git init
    b $ be init
    Using git for revision control.     <-----
    BE repository initialized.

-- 
This email may be signed or encrypted with GPG (http://www.gnupg.org).
The GPG signature (if present) will be attached as 'signature.asc'.
For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

My public key is at http://www.physics.drexel.edu/~wking/pubkey.txt

Attachment: pgpXnCDn86egQ.pgp
Description: PGP signature

_______________________________________________
Be-devel mailing list
[email protected]
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel

Reply via email to