In Revision::_fetchRevisionInfo() we can't use "svn info" for some reason because...
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 23 Apr 2007 04:13:58 +0000 (04:13 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 23 Apr 2007 04:13:58 +0000 (04:13 +0000)
commitd18b84a88ed406810c011a04e9f39bc43b354016
treebf1fee0d135d44817c38467d33a8ae44771b02d8
parentff5719f8ffa2f7ec3007024a083a0b092fa9bf60
In Revision::_fetchRevisionInfo() we can't use "svn info" for some reason because it tends to be stupid and annoying (it doesn't return the right revision, etc.) so we might as well just use "svn log" and limit 1 to get the same thing, but better... at some point I'll also combine it with Revision::getRevisionInfo()
includes/class_revision.php