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