Re: I, too, miss tags.
From: Saulius Grazulis <grazulis_at_ibt.lt>
Date: 2006-02-27 09:55:42 CET
On Sunday 26 February 2006 20:15, Rob van Oostrum wrote:
> Here's my thinking on this discussion:
I would say "tag/-less" repository. Branches are fine.
> simply creating a textual alias for a revision number is useless
I strongly disagree.
> in terms of using it as a
For *my* application, if you mean that, it would be very useful :).
> - Mapping a URL+revision pair to a label in a versioned property does
Eppss... what large file? A list of 1000+ labels you call large? Come on, perl
> and you'd then have to write more wrapper functionality to let
I tend more and more to think that a wrapper will be trivial, something like:
REV=$(svn pl -v | grep ${TAG_LABEL} | awk '{print $1}')
> Writing a wrapper around 'svn log -v
I find 'svn log -v --stop-on-copy' to be a very obscure, ad-hoc feature that
> Same thing for creating the tag (or branch for that matter):
> except of course for the
Yes, your guess is right, that is upsetting for me ;) -- just a little bit ;)
> - For any property approach to be feasible/accurate, you'd have to find
Oh dear, why so complicated?!
What I need is a simple list of correspondence "<revision
> At the very least you wouldn't be getting by with just
No no no, no need to change SVN API, at this point! ;)
Maybe this overcomplicated view of labels is what keeps you arguing against
> My advice to you would be to find ways to get what you want using what's
To some extent, it is what I am going to do. I will use properties to store a
This has drawbacks, but as a proof of concept and a prototipe will be just
> What you and others are asking/looking for is too far
I don't think it is. SVN is intended (at least it is declared so) to version
Like it adds al kinds of convenience features like logging, merging, etc., it
BTW, maybe this functionality could be handled as a client-side plugin? Then
> You've been pointed in
I have many times pointed out that I do not find the solution good, or even
> It's not that SVN can't do what
No, I do not overlook it. I just don't agree to be forced to use a specific
Programs are designed for people, not people for programs, aren't they?
> Path of least resistance my friend.
So is mine. Strangely, it takes us to the different locations...
Regards,
-- Dr. Saulius Gražulis Institute of Biotechnology Graiciuno 8 LT-02241 Vilnius Lietuva (Lithuania) fax: (+370-5)-2602116 tel.: office: (+370-5)-2602556 mobile: (+370-684)-49802, (+370-614)-36366 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Feb 27 09:59:17 2006 |
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.