
On 2010-12-15 11:44, Robin Palotai wrote:
Hello,
Sorry in advance, this is a composite-topic email.
- Launchpad question - am I ok so far?
Being new to bzr/launchpad I'm a bit confused yet. What I would liked to do is to branch the 0.48.x branch and apply/rewrite some of my former patches to there (not the 0.49.x, because unfortunately my libs seem to be too old to compile it).
I branched lp:inkscape/0.48.x, and also pushed it to a custom branch atlp:~palotai-robin/inkscape/0.48.x . Now at the bottom of the launchpad page, it tells that it is "stacked on lp:inkscape", where I would expect it to be lp:inkscape/0.48.x. Is this ok? ... 3) How do I commit these patches?
Having these fixed, what is the expected lp/bzr procedure for create bug/commit patch?
If you're just trying to fix something in Inkscape this may not be what you want. Have you checked the documentation on using Bazaar on the Wiki?
Basically you can just do a "checkout" (or its Bazaar equivalent), fix what you want and commit (if you have commit access) or send a patch. You can send us patches by attaching them to a bug (be sure to check that someone actually responds though), "proposing a merge" on Launchpad, or e-mail, if all else fails. I'm not sure what the preferred way is, but as long as they get to us and into trunk I, personally, don't care that much :)
(You generally get commit access after a few decent patches.)
- Is adding new features (those I originally wanted) on the 0.48.x
branch is in vain?
This branch is just for fixing up some things that were wrong at release time, as soon as these are fixed and the last point release is made this branch is more or less dead. So it does have merit to fix bugs here, but not that much if they don't also get fixed in trunk.
In short: somehow make sure you can build 0.49. If you're having trouble, others might as well, and we need to fix that, so ask around on the mailing list. Alternatively it could just be that Inkscape really needs a newer version of some library, and then I'm afraid there is not much else to do than update your system (if you feel its unrealistic to require a certain version, speak up and perhaps there is a way around it).