Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Great Git resources -- thanks!
- Date: Sun, 06 Feb 2011 16:41:19 +0900
- From: "Stephen J. Turnbull" <stephen@example.com>
- Subject: Re: [tlug] Great Git resources -- thanks!
- References: <AANLkTimd5cLvc_WVgM_-8GJ-0TS_KZW=2jSKTC0qqM8n@example.com> <4D4B6974.2010104@example.com> <4D4B6FBC.9000909@example.com> <AANLkTimEdyKBcukY+KFZCHhRnh1RwKdM2uYY=c71_zE1@example.com> <4D4D78EE.90207@example.com> <AANLkTimFUJZg3ohAhs7Jay2rnNGnUww-CtWhr7n3BtDh@example.com>
Nguyen Vu Hung writes: > > What I disliked about CVS was how each file had a different > > version. Perhaps that was meant to give flexibility, but it > > was awfully confusing. Also didn't like the version numbers > > with decimals. So, SVN fixed my two biggest gripes. > Sounds like the color of a bikeshed. Not really, IMHO. The per-file versioning (I doubt you meant this, though), makes it hard to revert to a specific version-that-worked- for-you unless (a) it was tagged or (b) you have an exact date for when you last updated that workspace. The decimal versions are not as big a problem, but they are quite finicky to parse in scripts. Aside to Raymond: git does not have revision numbers at all. Instead, you count backward from a named revision (usually a tag or branch head). Mercurial has Subversion-like numerical revision numbers (but without the "r" prefix). Bazaar has revision numbers, but like CVS and RCS uses a dotted syntax to indicate branch structure. In both Mercurial and Bazaar branch numbers are somewhat unstable (different workspaces may report different numbers for the identical revision content), but for small teams who sync often, this may not be a problem.
- Follow-Ups:
- Re: [tlug] Great Git resources -- thanks!
- From: Nguyen Vu Hung
- Re: [tlug] Great Git resources -- thanks!
- From: Raymond Wan
- References:
- [tlug] Great Git resources
- From: Romeo Theriault
- Re: [tlug] Great Git resources
- From: Raymond Wan
- Re: [tlug] Great Git resources
- From: Edward Middleton
- Re: [tlug] Great Git resources
- From: Josh Glover
- Re: [tlug] Great Git resources -- thanks!
- From: Raymond Wan
- Re: [tlug] Great Git resources -- thanks!
- From: Nguyen Vu Hung
Home | Main Index | Thread Index
- Prev by Date: [tlug] Volunteer
- Next by Date: [tlug] [Javascript] Shouldn't there be a sort option on objects
- Previous by thread: Re: [tlug] Great Git resources -- thanks!
- Next by thread: Re: [tlug] Great Git resources -- thanks!
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links