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

Re: I, too, miss tags.

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-02-24 14:28:38 CET

On Feb 24, 2006, at 08:20, Saulius Grazulis wrote:

> On Friday 24 February 2006 03:24, sub paul wrote:
>
>> What, specifically, are you looking for that subversion does not do?
>
> I, personally, would love to write:
>
> svn export -r PAPER_I_HAVE_SENT_TO_THE_EDITOR_ON_2005.11.11 svn
> +ssh://repo/
>
> instead of
>
> svn export -r 256489 svn+ssh://repo/

Can't you already

svn export -r '{2005-11-11}' svn+ssh://repo/path/to/your/paper

?

Remember, revision (or CVS-like tag, if you insist) isn't enough; you
must have both that and a path in the repository, else you'd get the
entire repository, which you probably don't want.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 24 14:34:50 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.