> -----Original Message-----
> From: Scott Palmer [mailto:scott.palmer@2connected.org]
> Sent: Monday, February 27, 2006 10:23 AM
> To: users@subversion subversion
> Subject: Re: I, too, miss tags.
[snip]
> > So when searching for a tag, your wrapper script would have to
> > traverse
> > ALL branches, and somehow figure out how to chose between
duplicates?
>
> I haven't got the foggiest idea what you are talking about. What I
> proposed would not require any of that.
Imagine a repository holding a single product like so:
/ -> r300 = SOME_TAG
/trunk -> r400 = VERSION_2_1
/branches
/project1 -> r100 = VERSION_1_0
/project2
/project3 -> r200 = VERSION_2_0
My point was, unless you know exactly where to start looking, how would
you find VERSION_1_0 without starting at / and traverse down the tree?
If you only look in /, /trunk and every top folder underneath /branches,
wouldn't you be forcing that repository layout on every user?
Also, what would the significance of SOME_TAG be?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 27 19:47:31 2006