We will be moving to GitHub
Thomas 'PointedEars' Lahn
PointedEars at web.de
Mon Jan 4 17:53:04 EST 2016
More information about the Python-list mailing list
Mon Jan 4 17:53:04 EST 2016
- Previous message (by thread): We will be moving to GitHub
- Next message (by thread): We will be moving to GitHub
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Marko Rauhamaa wrote: > Well, Git and Mercurial are not all that bad as long as only a single > person is working on the repository at any given time and you have a > strictly linear version history. I cannot confirm your observations(?) for Git. There was a time when three of four people of our team (me included) were working in the same and in different branches of the same repository without any serious problem (occasional merge conflicts cannot be avoided in such a scenario, of course). The resulting commit tree was fascinating to us :) Also, that Git appears to work well with Linux kernel development (for which it was created) where probably hundreds of developers, if not more, are working on at the same time, casts into doubt the correctness of your statement, and the amount of your work experience with Git. > That would be advisable anyway as you should have a separate repository > for each conceptual unit. Apples and oranges. -- PointedEars Twitter: @PointedEars2 Please do not cc me. / Bitte keine Kopien per E-Mail.
- Previous message (by thread): We will be moving to GitHub
- Next message (by thread): We will be moving to GitHub
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list