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: Mon, 07 Feb 2011 13:18:08 +0900
- From: Raymond Wan <rwan.kyoto@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> <87fws11ug0.fsf@example.com>
- User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101226 Icedove/3.0.11
Hi Stephen/Vu Hung, On 06/02/11 16:41, Stephen J. Turnbull wrote: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.Yes, that's basically what I meant. As I more or less work alone, there are no milestones to tag and rarely any branches. As I perhaps already said, I'm using it for backup -- in a way. Perhaps I may have ideas that I would simultaneously like to try, this is rare since I multitask poorly. :-)So, I found tagging in CVS to be a bit bothersome. I'm happy with how SVN does things but I'm open to something else improving on it.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.I see. I was under the impression that git would have retained whatever motivated Subversion's approach. :-) But I guess integral revision numbers it isn't for everyone; I'll take a look and try to get use to it.Thanks for heads-up! Ray
- Follow-Ups:
- Re: [tlug] Great Git resources -- thanks!
- From: Josh Glover
- 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
- Re: [tlug] Great Git resources -- thanks!
- From: Stephen J. Turnbull
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] [Javascript] Shouldn't there be a sort option on objects
- Next by Date: Re: [tlug] Great Git resources -- thanks!
- 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