On Tue, 2009-12-22 at 10:08 +0100, Maximilian Albert wrote:
2009/12/21 Joshua A. Andler <scislac@...400...>:
It appears that this one is still maintained: http://github.com/kfish/git-bzr
[...]
Going by 'bzr info' on my branch, it appears that the absolute url is: http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/
Thanks for the hints! Unfortunately, even with the maintained version of the script I get the same error as with the original one (which I thought might have been caused by its outdatedness). Saying
git bzr add upstream http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/
results in the error message "Remote is not a bazaar repository". Using Ted's url doesn't work either. Any clues what I'm doing wrong?
Not using bzr for a bazaar project? ;) (jk)
If you do a "bzr branch lp:inkscape", and then do your "add upstream" command on your local bzr branch (yes, it's redundant and then you would have two copies), is there any difference with the error? I'm just curious if it's the bzr repository format stuff that is not correct, an expectation to have a local copy, unclear documentation, or something else.
Cheers, Josh