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

Re: status of symbolic names for revision numbers..

From: Eitan Suez <eitan-keyword-deux.352d02_at_u2d.com>
Date: 2005-04-21 22:42:59 CEST

Hi Bruce,

   thank you for the suggestion.

> I think the existing cheap-copy capabilities will give you this.

   indeed. i realize that i can use the copy command
   which is essentially equivalent. i also realize that
   they're wondefully cheap. i'm not worried about that.

   the main issue i'm trying to address is laziness on my
   part: i don't like typing urls. typing urls take me too long,
   and i always make typographical errors with urls. then i
   get irritated that i have to re-issue the command.

   otherwise i'd be set with the copy command.

   i realize that using ide's and nice guis on top of svn
   address these issues. i'm still mostly a command-line
   guy when it comes to using source code repositories.

thanks, / eitan

On Apr 21, 2005, at 2:59 PM, Bruce Thompson wrote:

> I think the existing cheap-copy capabilities will give you this. How
> would what you propose differ from the following:
> svn cp -m "Tagging rev 4432"
> http://mymachine.com/repos/Project/trunk:4432
> http://mymachine.com/repos/Project/tags/tagname
> This creates a branch at the given revision, which will always remain
> at that revision as long as no one merges into the copy. It seems to
> me that this should satisfy your requirements?
> Checking out the tagged version would be:
> svn co http://mymachine.com/repos/Project/tags/tagname

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 21 22:45:52 2005

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.