Hi everyone I promised to keep you posted about the progress, so here goes: - Esteban and I worked together yesterday and we got callbacks working - I will now do some cleanup so that its actually possible to work on libgit2 (some bindings have changed between versions 0.18 and 0.20 and I need to find out which) - Esteban and I will sit together again on Monday and prepare work for others / implement the object model on top of libgit2. I hope that we can separate tasks so that multiple people can work in parallel In my opinion we should be able to create local repositories, perform commits, switch branches and do checkouts by tuesday next week. Optimistically, fetch and push should also work by the end of the week. But thatâs really just conjecture and Iâll keep you all posted. Just a reminder: at the moment we are working to get Git running with NativeBoost *at all*. Plans for abstraction, Monticello <-> Git, Github etc. should certainly be discussed, but donât expect those things to be there at the end of next week. Max
On 14 Mar 2014, at 11:11, Max Leske <maxleske@gmail.com> wrote:
Hi everyone
I promised to keep you posted about the progress, so here goes:
- Esteban and I worked together yesterday and we got callbacks working - I will now do some cleanup so that its actually possible to work on libgit2 (some bindings have changed between versions 0.18 and 0.20 and I need to find out which) - Esteban and I will sit together again on Monday and prepare work for others / implement the object model on top of libgit2. I hope that we can separate tasks so that multiple people can work in parallel
in the mean time Iâm also preparing the vm to ship with libssh2 and libgit2 (both necessary). Esteban
In my opinion we should be able to create local repositories, perform commits, switch branches and do checkouts by tuesday next week. Optimistically, fetch and push should also work by the end of the week. But thatâs really just conjecture and Iâll keep you all posted.
Just a reminder: at the moment we are working to get Git running with NativeBoost *at all*. Plans for abstraction, Monticello <-> Git, Github etc. should certainly be discussed, but donât expect those things to be there at the end of next week.
Max
Le 14/03/2014 11:11, Max Leske a écrit :
Hi everyone
I promised to keep you posted about the progress, so here goes:
- Esteban and I worked together yesterday and we got callbacks working - I will now do some cleanup so that its actually possible to work on libgit2 (some bindings have changed between versions 0.18 and 0.20 and I need to find out which) - Esteban and I will sit together again on Monday and prepare work for others / implement the object model on top of libgit2. I hope that we can separate tasks so that multiple people can work in parallel
In my opinion we should be able to create local repositories, perform commits, switch branches and do checkouts by tuesday next week. Optimistically, fetch and push should also work by the end of the week. But thatâs really just conjecture and Iâll keep you all posted.
Just a reminder: at the moment we are working to get Git running with NativeBoost *at all*. Plans for abstraction, Monticello <-> Git, Github etc. should certainly be discussed, but donât expect those things to be there at the end of next week.
Thanks for the update. I'll be in at the object model stage... And with uses cases. Thierry -- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
Le 14/03/2014 11:11, Max Leske a écrit :
Hi everyone
I promised to keep you posted about the progress, so here goes:
- Esteban and I worked together yesterday and we got callbacks working - I will now do some cleanup so that its actually possible to work on libgit2 (some bindings have changed between versions 0.18 and 0.20 and I need to find out which) - Esteban and I will sit together again on Monday and prepare work for others / implement the object model on top of libgit2. I hope that we can separate tasks so that multiple people can work in parallel
In my opinion we should be able to create local repositories, perform commits, switch branches and do checkouts by tuesday next week. Optimistically, fetch and push should also work by the end of the week. But thatâs really just conjecture and Iâll keep you all posted.
Just a reminder: at the moment we are working to get Git running with NativeBoost *at all*. Plans for abstraction, Monticello <-> Git, Github etc. should certainly be discussed, but donât expect those things to be there at the end of next week.
Max
That's seems cool ! As you will use NativeBoost, do you plan to do it works under Windows 7 ? Vincent
On 14.03.2014, at 13:00, Vincent Blondeau <vincent.blondeau@polytech-lille.net> wrote:
Le 14/03/2014 11:11, Max Leske a écrit :
Hi everyone
I promised to keep you posted about the progress, so here goes:
- Esteban and I worked together yesterday and we got callbacks working - I will now do some cleanup so that its actually possible to work on libgit2 (some bindings have changed between versions 0.18 and 0.20 and I need to find out which) - Esteban and I will sit together again on Monday and prepare work for others / implement the object model on top of libgit2. I hope that we can separate tasks so that multiple people can work in parallel
In my opinion we should be able to create local repositories, perform commits, switch branches and do checkouts by tuesday next week. Optimistically, fetch and push should also work by the end of the week. But thatâs really just conjecture and Iâll keep you all posted.
Just a reminder: at the moment we are working to get Git running with NativeBoost *at all*. Plans for abstraction, Monticello <-> Git, Github etc. should certainly be discussed, but donât expect those things to be there at the end of next week.
Max
That's seems cool !
As you will use NativeBoost, do you plan to do it works under Windows 7 ?
Yes. That being said: *nix comes first.
Vincent
On 14 Mar 2014, at 13:00, Vincent Blondeau <vincent.blondeau@polytech-lille.net> wrote:
Le 14/03/2014 11:11, Max Leske a écrit :
Hi everyone
I promised to keep you posted about the progress, so here goes:
- Esteban and I worked together yesterday and we got callbacks working - I will now do some cleanup so that its actually possible to work on libgit2 (some bindings have changed between versions 0.18 and 0.20 and I need to find out which) - Esteban and I will sit together again on Monday and prepare work for others / implement the object model on top of libgit2. I hope that we can separate tasks so that multiple people can work in parallel
In my opinion we should be able to create local repositories, perform commits, switch branches and do checkouts by tuesday next week. Optimistically, fetch and push should also work by the end of the week. But thatâs really just conjecture and Iâll keep you all posted.
Just a reminder: at the moment we are working to get Git running with NativeBoost *at all*. Plans for abstraction, Monticello <-> Git, Github etc. should certainly be discussed, but donât expect those things to be there at the end of next week.
Max
That's seems cool !
As you will use NativeBoost, do you plan to do it works under Windows 7 ?
yep. Guys⦠the default answer to that is always: yes. Any package/addition is useless if it does not works in all the supported platforms (with possible exception of mobile platforms). Said so⦠you always has to start from some place⦠:) Esteban
Vincent
Thanks a lot for this work. I don't know for others but I hope it will streamline my development workflow :) On Fri, Mar 14, 2014 at 8:38 PM, Esteban Lorenzano <estebanlm@gmail.com>wrote:
On 14 Mar 2014, at 13:00, Vincent Blondeau < vincent.blondeau@polytech-lille.net> wrote:
Le 14/03/2014 11:11, Max Leske a écrit :
Hi everyone
I promised to keep you posted about the progress, so here goes:
- Esteban and I worked together yesterday and we got callbacks working - I will now do some cleanup so that its actually possible to work on libgit2 (some bindings have changed between versions 0.18 and 0.20 and I need to find out which) - Esteban and I will sit together again on Monday and prepare work for others / implement the object model on top of libgit2. I hope that we can separate tasks so that multiple people can work in parallel
In my opinion we should be able to create local repositories, perform commits, switch branches and do checkouts by tuesday next week. Optimistically, fetch and push should also work by the end of the week. But thatâs really just conjecture and Iâll keep you all posted.
Just a reminder: at the moment we are working to get Git running with NativeBoost *at all*. Plans for abstraction, Monticello <-> Git, Github etc. should certainly be discussed, but donât expect those things to be there at the end of next week.
Max
That's seems cool !
As you will use NativeBoost, do you plan to do it works under Windows 7 ?
yep. Guys⦠the default answer to that is always: yes. Any package/addition is useless if it does not works in all the supported platforms (with possible exception of mobile platforms). Said so⦠you always has to start from some place⦠:)
Esteban
Vincent
excellent! Keep pushing. On 14 Mar 2014, at 11:11, Max Leske <maxleske@gmail.com> wrote:
Hi everyone
I promised to keep you posted about the progress, so here goes:
- Esteban and I worked together yesterday and we got callbacks working - I will now do some cleanup so that its actually possible to work on libgit2 (some bindings have changed between versions 0.18 and 0.20 and I need to find out which) - Esteban and I will sit together again on Monday and prepare work for others / implement the object model on top of libgit2. I hope that we can separate tasks so that multiple people can work in parallel
In my opinion we should be able to create local repositories, perform commits, switch branches and do checkouts by tuesday next week. Optimistically, fetch and push should also work by the end of the week. But thatâs really just conjecture and Iâll keep you all posted.
Just a reminder: at the moment we are working to get Git running with NativeBoost *at all*. Plans for abstraction, Monticello <-> Git, Github etc. should certainly be discussed, but donât expect those things to be there at the end of next week.
Max
participants (6)
-
Esteban Lorenzano -
François Stephany -
Goubier Thierry -
Max Leske -
Pharo4Stef -
Vincent Blondeau