This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Git, again. Please go for it.

10 replies
loverdos
Joined: 2008-11-18,
User offline. Last seen 2 years 27 weeks ago.

To Scala Team:

This has been raised before. I really think migrating to Git will give
you a productivity boost. Is any Scala committer using Git to develop
Scala (besides Paul)?

I understand there are tool-related issues (SmartSVN --- but SmartGIT
is coming!) and even coding habits but you should *really* try it out.

I am currently using git over svn at work (via command-line, I
confess) and I am happier than ever with my stashing, branching and
partial committing, so I can imagine what would happen if I were using
a full git stack.

Just my $0.02

BR
Christos

ijuma
Joined: 2008-08-20,
User offline. Last seen 22 weeks 2 days ago.
Re: Git, again. Please go for it.

On Wed, 2009-11-25 at 12:01 +0200, Christos KK Loverdos wrote:
> Is any Scala committer using Git to develop Scala (besides Paul)?

Adriaan does as far as I know (at least sometimes). Not sure about
others.

> I am currently using git over svn at work (via command-line, I
> confess) and I am happier than ever with my stashing, branching and
> partial committing, so I can imagine what would happen if I were using
> a full git stack.

Yes. In my opinion, it makes sense to do this after 2.8.0 is released,
however.

Best,
Ismael

Adriaan Moors
Joined: 2009-04-03,
User offline. Last seen 42 years 45 weeks ago.
Re: Git, again. Please go for it.
This has been raised before. I really think migrating to Git will give
you a productivity boost. Is any Scala committer using Git to develop
Scala (besides Paul)?
Yes, I've been using git-svn exclusively for several months and love it (have been working on a process where every ticket gets its own branch, and each branch is tested individually on a separate build server before committing  to svn trunk,...). 
Iulian has also been using (and liking, afaict) it, and others are beginning to explore it.
We are working on the conversion, but it's going to take a while. Currently, our sole focus is on doing the best job we possibly can on the 2.8 release. 
cheersadriaan
loverdos
Joined: 2008-11-18,
User offline. Last seen 2 years 27 weeks ago.
Re: Git, again. Please go for it.

On Wed, Nov 25, 2009 at 12:13, Adriaan Moors
wrote:
>> This has been raised before. I really think migrating to Git will give
>> you a productivity boost. Is any Scala committer using Git to develop
>> Scala (besides Paul)?
>
> Yes, I've been using git-svn exclusively for several months and love it
> (have been working on a process where every ticket gets its own branch, and
> each branch is tested individually on a separate build server before
> committing  to svn trunk,...).
> Iulian has also been using (and liking, afaict) it, and others are beginning
> to explore it.
> We are working on the conversion, but it's going to take a while.

Glad to hear it's already being worked upon.

> Currently, our sole focus is on doing the best job we possibly can on the
> 2.8 release.

No doubt, releasing 2.8 is Priority One.

BR
Christos

David Pollak
Joined: 2008-12-16,
User offline. Last seen 42 years 45 weeks ago.
Re: Git, again. Please go for it.


On Wed, Nov 25, 2009 at 2:01 AM, Christos KK Loverdos <loverdos@gmail.com> wrote:
To Scala Team:

This has been raised before. I really think migrating to Git will give
you a productivity boost. Is any Scala committer using Git to develop
Scala (besides Paul)?

I understand there are tool-related issues (SmartSVN --- but SmartGIT
is coming!) and even coding habits but you should *really* try it out.

I am currently using git over svn at work (via command-line, I
confess) and I am happier than ever with my stashing, branching and
partial committing, so I can imagine what would happen if I were using
a full git stack.

Svn is to Git as Java is to Scala.  Once you have used the better one, it's very difficult to remember how you functioned with the inferior one.

My 2 cents.
 

Just my $0.02

BR
Christos

--
 __~O
 -\ <,       Christos KK Loverdos
(*)/ (*)      http://ckkloverdos.com



--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics
loverdos
Joined: 2008-11-18,
User offline. Last seen 2 years 27 weeks ago.
Re: Git, again. Please go for it.

On Wed, Nov 25, 2009 at 17:42, David Pollak
wrote:
>
>
> On Wed, Nov 25, 2009 at 2:01 AM, Christos KK Loverdos
> wrote:
>>
>> To Scala Team:
>>
>> This has been raised before. I really think migrating to Git will give
>> you a productivity boost. Is any Scala committer using Git to develop
>> Scala (besides Paul)?
>>
>> I understand there are tool-related issues (SmartSVN --- but SmartGIT
>> is coming!) and even coding habits but you should *really* try it out.
>>
>> I am currently using git over svn at work (via command-line, I
>> confess) and I am happier than ever with my stashing, branching and
>> partial committing, so I can imagine what would happen if I were using
>> a full git stack.
>
> Svn is to Git as Java is to Scala.  Once you have used the better one, it's
> very difficult to remember how you functioned with the inferior one.

It also leaves a feeling of "_how_ did I function back then?"

>
> My 2 cents.
>
>>
>> Just my $0.02
>>
>> BR
>> Christos
>>
>> --
>>  __~O
>>  -\ <,       Christos KK Loverdos
>> (*)/ (*)      http://ckkloverdos.com
>
>
>
> --
> Lift, the simply functional web framework http://liftweb.net
> Beginning Scala http://www.apress.com/book/view/1430219890
> Follow me: http://twitter.com/dpp
> Surf the harmonics
>

ijuma
Joined: 2008-08-20,
User offline. Last seen 22 weeks 2 days ago.
Re: Git, again. Please go for it.

On Wed, 2009-11-25 at 12:01 +0200, Christos KK Loverdos wrote:
> I understand there are tool-related issues (SmartSVN --- but SmartGIT
> is coming!) and even coding habits but you should *really* try it out.

First release has just been announced:

http://article.gmane.org/gmane.comp.version-control.git/134313

Best,
Ismael

Jonas Bonér 3
Joined: 2009-11-25,
User offline. Last seen 42 years 45 weeks ago.
Re: Git, again. Please go for it.

> Svn is to Git as Java is to Scala.  Once you have used the better one, it's
> very difficult to remember how you functioned with the inferior one.

I went through the same experience. No turning back now.

>
> My 2 cents.
>
>>
>> Just my $0.02
>>
>> BR
>> Christos
>>
>> --
>>  __~O
>>  -\ <,       Christos KK Loverdos
>> (*)/ (*)      http://ckkloverdos.com
>
>
>
> --
> Lift, the simply functional web framework http://liftweb.net
> Beginning Scala http://www.apress.com/book/view/1430219890
> Follow me: http://twitter.com/dpp
> Surf the harmonics
>

Jonas Bonér
Joined: 2008-12-19,
User offline. Last seen 42 years 45 weeks ago.
Re: Git, again. Please go for it.

> Svn is to Git as Java is to Scala.  Once you have used the better one, it's
> very difficult to remember how you functioned with the inferior one.
>

I went through the same experience. No turning back now.

> My 2 cents.
>
>>
>> Just my $0.02
>>
>> BR
>> Christos
>>
>> --
>>  __~O
>>  -\ <,       Christos KK Loverdos
>> (*)/ (*)      http://ckkloverdos.com
>
>
>
> --
> Lift, the simply functional web framework http://liftweb.net
> Beginning Scala http://www.apress.com/book/view/1430219890
> Follow me: http://twitter.com/dpp
> Surf the harmonics
>

loverdos
Joined: 2008-11-18,
User offline. Last seen 2 years 27 weeks ago.
Re: Git, again. Please go for it.

On Thu, Dec 3, 2009 at 09:10, Ismael Juma wrote:
> On Wed, 2009-11-25 at 12:01 +0200, Christos KK Loverdos wrote:
>> I understand there are tool-related issues (SmartSVN --- but SmartGIT
>> is coming!) and even coding habits but you should *really* try it out.
>
> First release has just been announced:
>
> http://article.gmane.org/gmane.comp.version-control.git/134313

It seems to have some Github integration. Need to investigate further,
but I am behind a nasty proxy right now.

>
> Best,
> Ismael
>
>

Viktor Klang
Joined: 2008-12-17,
User offline. Last seen 1 year 27 weeks ago.
Re: Git, again. Please go for it.


On Thu, Dec 3, 2009 at 11:30 AM, Christos KK Loverdos <loverdos@gmail.com> wrote:
On Thu, Dec 3, 2009 at 09:10, Ismael Juma <mlists@juma.me.uk> wrote:
> On Wed, 2009-11-25 at 12:01 +0200, Christos KK Loverdos wrote:
>> I understand there are tool-related issues (SmartSVN --- but SmartGIT
>> is coming!) and even coding habits but you should *really* try it out.
>
> First release has just been announced:
>
> http://article.gmane.org/gmane.comp.version-control.git/134313

It seems to have some Github integration. Need to investigate further,
but I am behind a nasty proxy right now.

Nasty proxies FTL :/
 

>
> Best,
> Ismael
>
>



--
 __~O
 -\ <,       Christos KK Loverdos
(*)/ (*)      http://ckkloverdos.com



--
Viktor Klang
| "A complex system that works is invariably
| found to have evolved from a simple system
| that worked." - John Gall

Blog: klangism.blogspot.com
Twttr: twitter.com/viktorklang
Code: github.com/viktorklang

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland