Am Dienstag 26 April 2005 05:31 schrieb David Johnson: > Dumb question time. I've checked in a few bugfixes two weeks ago to > HEAD, but I want to get them backported for 3.4.1. How does one go > about backporting? There doesn't seem to be any docs on the devel site > about this. I'm sure it's easy, but I don't want to make a wrong > assumption and mess stuff up. > If the fix is in one file, call kdesdk/scripts/cvsbackport on it. This will guide you through it. If the fix is a bit bigger, create a patch using cvs diff -u -r KDE_3_4_0_RELEASE and sort it out. Don't worry, patches are just text files, you can remove parts of it if you take the minimum of care ;) If you've done that, cvs update -r KDE_3_4_BRANCH on the dir and call patch -p0 < Then do another cvs diff -u to see if the patch looks fine. Now you would need to test compile against KDE 3.4 - but this is most often hard to do if your system is already KDE HEAD, but others will tell you then. You should at least avoid any new functions, but you will know yourself if you did. Then commit and be done. Greetings, Stephan >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<