On Tue, Feb 22, 2011 at 2:57 PM, Michael Chaffin <[email protected]>wrote:
> On Tue, Feb 22, 2011 at 1:39 PM, W. Trevor King <[email protected]> wrote: > >> On Tue, Feb 22, 2011 at 12:40:18PM -0700, Michael Chaffin wrote: >> > I am hoping someone may be able to help me, I am trying to use Bugs >> > Everywhere, that I just pulled from the GIT repo (22 Feb 2011) on a >> > Microsoft Windows XP machine with Bazaar (2.2.3) and Python 2.6.5 >> > (ActiveState Software Inc.). When I execute the 'init' command I get the >> > following error : >> > >> > ** SNIP ** >> > C:\XXX\ZZZ>be init >> > Traceback (most recent call last): >> > ... >> > AttributeError: 'cmd_root' object has no attribute '_operation' >> >> I just hadn't tested BE on newer versions of Bazaar. I've pushed a >> fixed version of BE to my tree: >> >> http://www.physics.drexel.edu/~wking/code/git/be.git/ >> >> http://www.physics.drexel.edu/~wking/code/git/gitweb.cgi?p=be.git;a=summary >> >> -- >> > After a quick 'git clone' from the above link I still receive the same > error. Just to make sure I have the correct build installed I went ahead and > removed, > ... > The command 'be init' seems to work just fine in 'C:\Temp' which is not under any kind of revision control. Just to add to the mystery I have the following directory layout. ~ `--projectX |-- branch a |--.bzr |--<*.cpp> |--<*.hpp> |-- branch b |--.bzr |--<*.cpp> |--<*.hpp> |-- branch c |--.bzr |--<*.cpp> |--<*.hpp> If I run the command 'be init' in any of the 'branch {a,b,c}' directories I get the error. If I run the command 'be init' in the directory 'projectX' I do not get the error but instead the correct '.be' directory is created. The directory 'projectX' is not under revision control; what am I missing here?
_______________________________________________ Be-devel mailing list [email protected] http://void.printf.net/cgi-bin/mailman/listinfo/be-devel
