On Sep 4, 2007, at 01:18, Ryan Schmidt wrote:
On Sep 3, 2007, at 18:51, Rainer Müller wrote:
Vincent Lefevre wrote:
I've noticed the following error:
$ svn log -r2 https://svn.macosforge.org/repository/macports svn: Bogus date
It is really a "Bogus date", as you can see in the following log:
--snip-- | $ svn log --xml -r2 https://svn.macosforge.org/repository/macports | <?xml version="1.0"?> | <log> | <logentry | revision="2"> | <author>landonf</author> | <date>http://svn.seven:8080/code</date> | <msg>Initial revision | </msg> | </logentry> | </log> --snap--
Very sorry! That was my fault. I've now fixed the svn:date property of revision 2 so the log should work again. The timestamp of revision 1 and revision 3 are identical, so I set revision 2 to that same timestamp.
(I issued a bad "svn propset" command the other day. I was meaning to change my own repo but I was missing an argument or something and then I couldn't figure out what I'd done. I must've been in my dports tree when I issued the command.)
Oh, and I wanted to say: if we had the post-revprop-change email hook, I would've noticed and been able to fix the problem right away. :-) http://trac.macports.org/projects/macports/ticket/12593