On 01/20/2014 01:32 PM, Travis Ayres wrote: > My branch.conf file: > > parent_location = > http://bazaar.launchpad.net/~brian-sidebotham/kicad-winbuilder/trunk/ > bound_location = > http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/ > bound = True >
When I said run $ bzr bind lp:kicad I meant in the kicad source working tree, not in the winbuilder working tree. You evidently have two working trees with a winbuilder setup, and now the winbuilder tree is broken, so you are doubly broke. Fixing the winbuilder tree: $ cd <winbuilder tree> $ bzr bind http://bazaar.launchpad.net/~brian-sidebotham/kicad-winbuilder/trunk/ Fixing the kicad source tree: $ cd <kicad src tree> $ bzr bind lp:kicad After both are fixed, you have a prayer. If this does not work, I am out of ideas. Start over is what I would say. You can probably still use the same computer though :) _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

