Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] DLTK is migrating to git

yes that is how it works
you clone the git repository to your local hd.
then you can work on that commit to your local repository (even make branches and so on what ever you want)
and the pull changes in that others made
And push changes to the remote at the moment your are done with your changes.

On Fri, Feb 17, 2012 at 14:09, Jae Gangemi <jgangemi@xxxxxxxxx> wrote:

  what does this mean in the grand scheme of things - hi btw, been a long while :) - are we just going to have local git copies that will push/pull from the master?

  i really haven't used git before, so this is a slightly new learning experience.


On Fri, Feb 17, 2012 at 6:36 AM, Johan Compagner <jcompagner@xxxxxxxxx> wrote:
what would really change to the build structure or why would you have separate builds?
Its not that it can't be seen as one i guess, they are just coming from different things

But i don't know what exactly the build checkout is, but if it is something like

core/core_plugins_and_features
_javascript_/_javascript_ plugins_and_features

and so on
Then i don't see to many problems because you jsut have core.git and _javascript_.git

johan



On Fri, Feb 17, 2012 at 08:51, Alexey Panchenko <alex.panchenko@xxxxxxxxx> wrote:
It's just easier for now, so we can keep current build infrastructure
and don't have to spend time on separate builds, etc.

Regards,
Alex

On Fri, Feb 17, 2012 at 14:35, Johan Compagner <jcompagner@xxxxxxxxx> wrote:
> Are we sure that we want to have a single git repository?
> Why not one for core and one per language?
> I think that is more the git way (many smaller repositories)
>
> On Feb 17, 2012 6:52 AM, "Alexey Panchenko" <alex.panchenko@xxxxxxxxx>
> wrote:
>>
>> Hi guys,
>>
>> DLTK is migrating to git, details are available in
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=371845
>>
>> Regards,
>> Alex
>> _______________________________________________
>> dltk-dev mailing list
>> dltk-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/dltk-dev
>
>
> _______________________________________________
> dltk-dev mailing list
> dltk-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dltk-dev
>
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev


_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev




--
-jae

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev



Back to the top