On Fri, Feb 26, 2010 at 12:56:32PM +0530, John Christopher Turner wrote: > Command being executed: > svn --username *** --password *** log --non-interactive --xml -v > --limit 1 svn://hostname/url/path > > Response: > <?xml version="1.0"?> > <log> > <logentry revision="3861"> > </logentry> > </log> > > > We made the assumption that there would always be content in that > section, but that was clearly invalid. Any ideas on what the cases are > where this could possibly happen?
This may be a dumb question but is there a commit message for revision 3861? AFAIK svn has no problem with empty commit messages. tyler