Hi all
anybody who is interested has played with Git at least a bit? I saw just pushes from Herman, Marc and Tomáš for now. Anybody has some problems or questions?
I think we should set some time plan for the migration. A 3.3.0 release is close, it does not make sense to migrate before it, but afterward there should be some time to do that.
Michal Čihař a écrit :
Ok for me after 3.3.0 which could be this week-end.
Hi
Dne Thu, 04 Mar 2010 08:02:33 -0500 Marc Delisle marc@infomarc.info napsal(a):
Okay, let's do it in the week after 3.3.0. This will mean few hours (at most) where you should not commit to svn nor git.
On Thu, Mar 04, 2010 at 04:03:23PM +0100, Michal Čihař wrote:
Okay, let's do it in the week after 3.3.0. This will mean few hours (at most) where you should not commit to svn nor git.
+1 from me.
I've got a local branch for some Maria stuff I started.
Dne Thu, 4 Mar 2010 20:24:20 +0000 "Robin H. Johnson" robbat2@users.sourceforge.net napsal(a):
Nice, you will probably have to rebase it onto new git repository.
On Thu, Mar 04, 2010 at 10:31:07PM +0100, Michal Čihař wrote:
Yup, actually I'm planning to export it as a patch series mbox and import that, as that's worked more reliably for me before than the automatic rebasing.
Dne Thu, 4 Mar 2010 21:39:52 +0000 "Robin H. Johnson" robbat2@users.sourceforge.net napsal(a):
git rebase --root <old-parent> --onto <new-parent> works quite well (it's there for handling upstream rebases).