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

Possible bug in svn log?

From: Jason Cohen <jason_at_codehistorian.com>
Date: 2004-09-23 18:03:55 CEST

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
 
Received on Thu Sep 23 19:13:39 2004

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

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