[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: Vincent Starre <vstarre_at_comcast.net>
Date: 2006-02-24 16:03:33 CET

Ryan Schmidt wrote:

>
> On Feb 24, 2006, at 08:20, Saulius Grazulis wrote:
>
>> 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

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

Dates are "at or before this date" and expand to 0:0:0 when an hour isnt
given. (which really seems backwards and I've never seen anyone say
"just a date" and mean "just a date minus one + 23:59:59"

Do note that "svn help" would never lead you to come to any of these
conclusions, and barely mentions the whole date thing. I am only
/assuming/ you got the syntax correct, as I've never managed to guess it
myself.

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