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

Empty logentry block in 'svn log --xml'

From: John Christopher Turner <cturner_at_thoughtworks.com>
Date: Fri, 26 Feb 2010 12:56:32 +0530

Something odd is happening to a user of Cruise that we don't
understand... He has an svn server that when the following svn log
command is executed, the xml response back contains an empty logentry
block.

Environment:
  OS Information: Windows Server 2008 6.0
  Subversion: command-line client version 1.6.6.

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?

Thanks,
Chris Turner
Cruise Developer
ThoughtWorks Studios
Received on 2010-02-26 08:28:16 CET

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

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