Re: need to backport patch in kinit/kinit_win.cpp to 4.6

2011-03-10 Thread Jammy Zhou
git cherry-pick should be ok for the back port. Cheers, Jammy On Thu, Mar 10, 2011 at 6:55 AM, Patrick Spendrin wrote: > Am 09.03.2011 22:26, schrieb Wolfgang Rohdewald: > > Hi, > > > > > > when compiling kdelibs 4.6 on Windows, I get an > > > > error in kinit_win.cpp at line 110 (I am afraid I

Re: need to backport patch in kinit/kinit_win.cpp to 4.6

2011-03-10 Thread John Layt
On Wednesday 09 March 2011 21:26:26 Wolfgang Rohdewald wrote: > git checkout --track origin/KDE/4.6 > git cherry-pick fd16288 When cherry-picking for a back port or forward port, please use the -x option so that the original commit number is included in the message. This makes it easier to tra

Re: need to backport patch in kinit/kinit_win.cpp to 4.6

2011-03-09 Thread Patrick Spendrin
Am 09.03.2011 22:26, schrieb Wolfgang Rohdewald: > Hi, > > > when compiling kdelibs 4.6 on Windows, I get an > > error in kinit_win.cpp at line 110 (I am afraid I deleted it) > > > but the commit in kdelibs below obviously fixes it. So I > > want to backport it to kdelibs. > > > Would that

need to backport patch in kinit/kinit_win.cpp to 4.6

2011-03-09 Thread Wolfgang Rohdewald
Hi, when compiling kdelibs 4.6 on Windows, I get an error in kinit_win.cpp at line 110 (I am afraid I deleted it) but the commit in kdelibs below obviously fixes it. So I want to backport it to kdelibs. Would that be OK, and how would I do it? Like this: git checkout --track origin/KDE/4.6 git