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

Re: Re: Wish List (Revisited)

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-05 17:18:32 CET

On Thu, 2004-03-04 at 18:14, TBrowder wrote:

> The history -T from CVS gives a date-sorted list of tags associated with a
> module. It's invaluable when we need to see a history point when a product
> went out the door. And we can retrieve its state at that point by the tag
> name. (And it can't be easily changed.) I want to do the same thing with
> subversion. I don't care to see the directory tree polluted with lots of
> names just to have tags at milestones.

I don't understand why you can't do this in SVN.

Run 'svn ls -v' on a directory URL containing tags. You'll see the
exact date each tag directory was created.

If you don't want 10,000 tag directories all in the /tags area, then
make up your own organizational system. Create any sort of subdirectory
structure you want to organize your tag directories: group them by
month, or by product, module, whatever.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 5 17:24:12 2004

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

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