You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Jason Cohen <ja...@codehistorian.com> on 2004/09/23 16:03:55 UTC

Possible bug in svn log?

Hi,

 

I believe I'm seeing a bug in "svn log," but perhaps I just need education.
I've combed the red-bean book and Google for answers.

 

When I "log" one file at a time on the command-line, it works fine, but if I
list multiple files I get an error.  Also, the error changes depending on
the order I list the files on the command-line.

 

TO REPRODUCE:

 

This command works fine:

 

svn log --non-interactive http://svn.collab.net/repos/svn/trunk/BUGS

 

So does this:

 

svn log --non-interactive http://svn.collab.net/repos/svn/trunk/autogen.sh

 

However, this command fails:

 

svn log --non-interactive http://svn.collab.net/repos/svn/trunk/BUGS
http://svn.collab.net/repos/svn/trunk/autogen.sh

 

With this error message:

 

svn: REPORT request failed on '/repos/svn/!svn/bc/11119/trunk/BUGS'

svn: The REPORT request returned invalid XML in the response: XML parse
error at

 line 1: no element found (/repos/svn/!svn/bc/11119/trunk/BUGS)

 

Also this command fails:

 

svn log --non-interactive http://svn.collab.net/repos/svn/trunk/autogen.sh
http://svn.collab.net/repos/svn/trunk/BUGS

 

With this error message:

 

svn: REPORT request failed on '/repos/svn/!svn/bc/11119/trunk/autogen.sh'

svn: The REPORT request returned invalid XML in the response: XML parse
error at

 line 1: no element found (/repos/svn/!svn/bc/11119/trunk/autogen.sh)

 

My client is version 1.0.5 (r9954).  I know it's not quite the latest.

 

I'm not on the mailing list, so please CC this address in response.  Thanks
in advance for everyone's time.

 

--

Jason Cohen

Smart Bear Software

http://smartbearsoftware.com <http://smartbearsoftware.com/> 

512.257.1569