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

Re: I miss tags

From: Raye Raskin <rayer_at_pobox.com>
Date: 2004-09-23 21:24:57 CEST

> Subversion deliberately allows people to heirachically organized tags, if
> they wish:
>
> e.g.:
>
> tags/
> releases/
> 1.0.0
> 1.1.1
> betas/
> 0.99.4
> 0.99.5
> 0.99.6
>
>
> Therefore "subdirectory name = tag name" is an invalid simplification.
>
> Max.

Agreed.

Grumble. (Brain slowly twisting from cvs-centric to svn-centric.)

OK. So now you have the above flexibility. Of course, you could
have done this instead and conveyed the same information, since
everyone in your organization knows a "1.x.y" is a release and a
"0.x.y" is a beta.

tags/
    1.0.0
    1.1.1
    0.99.4
    0.99.5
    0.99.6

But I'm not against organizing and using subdirectories.

Raye.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 23 21:25:54 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.