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

Revision dates in URLs

From: Nilton Volpato <nilton.volpato_at_gmail.com>
Date: 2006-08-26 03:43:43 CEST

Hi,

According to documentation an URL@REV will refer to the revision REV
of the code located at URL. And "the book" says that: "Anywhere that
you specify a revision number or revision keyword, you can also
specify a date inside curly braces '{}'."

But if I use URL@{DATE} it does not work. For instance:

# svn co http://path/to/rep/@{2006-08-25}
svn: Syntax error parsing revision '%7B2006-08-25%7D'

I think this is a bug, either in code or documentation. But I think
the best solution is to fix the code, which seems to be easy since the
code for parsing dates is already implemented.

I took a look at the code, but could not find the relevant parts.

-- Nilton

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Aug 26 03:44:08 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.