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

svn log fails (invalid xml) when piped to less

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2004-03-08 12:06:31 CET

Hi!

I found following:

$ svn info
Path: .
URL: http://localhost:8080/svn/kym/trunk

svn log 2> /tmp/svn.err|less
$ cat /tmp/svn.err
svn: REPORT request failed on '/svn/kym/!svn/bc/882/trunk'
svn: The REPORT request returned invalid XML in the response: XML
parse error at line 971: Bytes: 0xEF 0x00 0x00 0x00
. (/svn/kym/!svn/bc/882/trunk)

However,

$ svn log 2> /tmp/svn.err
finished just fine.

Every time last thing what less will show is log for r772, I have
checked around that revision, and all of 770-774 show up ok with svn
log -rXXXX. This is prebuild svn, and neon-debug-mask does produce
nothing. I will try repoduce that later on my own machine.

This is:
svn --version
svn, version 1.0.0
   compiled Feb 27 2004, 18:02:47
(Installed from deb-packet)

The repository has been converted from cvs to svn by cvs2svn, and it
contains a lot of ÖÄöä chars, which show up uncorrectly whith svn
log, but that is another story. I will try dig this more during next
week, now I have to go to sleep.

BR, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 8 12:06:12 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.