
28 Aug
2015
28 Aug
'15
1:30 p.m.
I just tried it, and there is not much to say, simply "use git as usual (pull/add/commit/push)". (No change to do, except that when you have to specify a remote location, instead of "lp:whatever" use "bzr::lp:whatever" to use bzr.
However, there seem to be a bug which prevents from creating personal branches on launchpad so i could not find the equivalent of "git bzr push lp:~[your-launchpad-username]/inkscape/[new_branch_name]", but if the branch already exists, it works fine.
--
Mc
----- Mail original -----
De: "Maren Hachmann" <maren@...3165...>
À: "Marc Jeanmougin" <marc@...3062...>
Cc: inkscape-devel@lists.sourceforge.net
Envoyé: Vendredi 28 Août 2015 14:58:25
Objet: Re: [Inkscape-devel] GIT/BZR clone instructions are incorrect
Hi Marc,
thank you for your research :)
Is anyone using the repo with git and could provide all corresponding
commands for this page then:
https://inkscape.org/en/develop/using-git-repositories/
(and tell if they really work, too?)
I'd be happy to put in the replacements, if someone could give them to
me, and also checks that I got it right before I publish - or to give
someone edit permissions so he/she can make the corrections directly,
without a complicating detour via me ;).
Kind regards,
Maren
Am 28.08.2015 um 14:24 schrieb Marc Jeanmougin:
> Hi,
>
> On my system (debian testing) at least, the git-bzr-ng package does not exist anymore.
> (probably per https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742415 )
>
> However, "man git-remote-bzr" indicates there is a way to simply do
>
> $ git clone bzr::lp:inkscape
>
> to "transparently clone, fetch and push to and from Bazaar repositories as if they were Git ones."
>