[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: Simon Large <simon_at_skirridsystems.co.uk>
Date: 2006-03-20 23:10:29 CET

Jim Blandy wrote:
> what are you trying to do with Subversion at the moment that
> Subversion's tags handle poorly, but that symbolic names for
> revisions would do well?

The one small gripe I have about tags is that you can look back from the
tag to see where it was copied from, but you cannot look forward from an
item to see at which point a copy was taken.

In practical terms, this means that if you get log information for a
file, there is no way to see how project release tags interleave with
the the changes made to that file. The best I can do is log the tags
folder, write down the revision numbers, then go back to the file log
and mark up where the tags were made by hand.

That is not a complete solution either, because if I created the tag
from a mixed revision WC, or from a non-HEAD repository revision, the
tag revision bears no relation to the revisions of the items being tagged.

I'm not saying there is an easy solution to this (and when a tag is
created from a modified WC, I am not sure there is a workable solution),
but the ability to interleave 'copied-to' information with log
information would IMHO be a valuable addition to the feature set.

Simon

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 20 23:09:49 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.