On Jan 23, 2009, at 11:14 PM, Zhiwen Liang wrote:
My version is 2008-07-18. Maybe it is too old. Is updating to the
latest version the only solution?
The short answer is "yes". Upgrading is the only solution, but, we
applied a patch for this problem from Tony Yu on July 14th, so you
*should* have it. However, I don't understand how `svn info` could be
reporting "2008-07-18". There were no edits to trunk/ near that date.
Even when I check out trunk from that date, `svn info` properly
reports the last time trunk/ was changed, which was on July 16th.
$ svn co -r "{2008-07-18}" $FIPYROOT/trunk tr...@2008-07-18
$ cd tr...@2008-07-18/
$ svn info
Path: .
URL: svn+ssh://[email protected]/usr/local/svn-fipy-repos/trunk
Repository Root: svn+ssh://[email protected]/usr/local/svn-fipy-repos
Repository UUID: d80e17d7-ff13-0410-a124-85740d801063
Revision: 2693
Node Kind: directory
Schedule: normal
Last Changed Author: guyer
Last Changed Rev: 2687
Last Changed Date: 2008-07-16 10:51:11 -0400 (Wed, 16 Jul 2008)
What does `svn info` report for you?
In general, "Last Changed Rev" is more useful than the date. The
revision number tells us exactly what you have; the date is only
approximate.