[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Tags and branches are NOT the same

From: John Calcote <john.calcote_at_gmail.com>
Date: 2006-03-20 22:23:28 CET
Jim Blandy wrote:
On 3/20/06, John Calcote <john.calcote@gmail.com> wrote:
  
revisions is not enough. Regardless, I would still like to see whatever
comes of this discussion provide a lighter-weight mechanism for managing
simple symbolic revisions.
    

When you say "lighter-weight", I'm not sure what you mean.  Creating a
tag in Subversion is a constant-time and constant-space operation,
regardless of the size of the tree being copied.  Placing a tag in
CVS, by comparison, places an entry in the repository for each file
being tagged.  So "cvs tag" takes both time and space proportional to
the size of the tree being tagged.  Subversion tags are much more
light-weight than CVS tags. 
  
I'm sorry Jim - I wasn't clear here. I didn't mean that the implementation wasn't light-weight in Subversion. You guys are wizards in that respect :) I only meant that from the user perspective, it should appear to be a simpler thing. But as I stated in an earlier response, tags are important enough, that they deserve to be treated as a first-class concept.

John
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.org Received on Mon Mar 20 22:24:41 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.