|
From: SourceForge.net <no...@so...> - 2007-07-03 15:14:35
|
Bugs item #1739601, was opened at 2007-06-19 10:00 Message generated for change (Comment added) made by ianmayo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=833326&aid=1739601&group_id=164845 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Output Layer Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ian Mayo (ianmayo) Assigned to: Nobody/Anonymous (nobody) Summary: Apparent XML parsing problem Initial Comment: When running the attached xml log file through statsvn it reports an xml error: INFO: StatSVN - SVN statistics generation Parsing SVN log 'statcvs.xml' exclude pattern 'null' Logfile parsing failed. svn log: svn info: XML document structures must start and end within the same entity It then halts, with no files produced. The log file validates successfully. I'd be most grateful for hints regarding this problem. ---------------------------------------------------------------------- >Comment By: Ian Mayo (ianmayo) Date: 2007-07-03 15:14 Message: Logged In: YES user_id=61173 Originator: YES Hi, my svn info listing is: ======================== D:\Dev\cmap2>svn info Path: . URL: file:///D:/SVNRepos/cmap/trunk Repository Root: file:///D:/SVNRepos/cmap Repository UUID: cb33b658-6c9e-41a7-9690-cba343611204 Revision: 1425 Node Kind: directory Schedule: normal Last Changed Author: ian Last Changed Rev: 1425 Last Changed Date: 2007-06-18 11:40:40 +0100 (Mon, 18 Jun 2007) ========================================== It doesn't seem to mention locales. I've tried setting LANG to en_US but that doesn't change the svn info command results, nor does it fix the statsvn operation. Will try debugging from source ---------------------------------------------------------------------- Comment By: José A. Torres (reachworld) Date: 2007-07-02 09:25 Message: Logged In: YES user_id=1834020 Originator: NO It's probably because "svn info" is returning warnings about your locales. Test it with "svn info" on your checkout. These messages seem to be didn't understand by statsvn. Do config your system for svn doesn't return these warnings and all will run smoothly. ---------------------------------------------------------------------- Comment By: Jason Kealey (jkealey) Date: 2007-06-19 13:42 Message: Logged In: YES user_id=1498924 Originator: NO We can't test using the logfile only because StatSVN connects to the server. It is unfortunate that we can't get more information from the -debug option. I thought we were logging all command line calls. I will email you directly. ---------------------------------------------------------------------- Comment By: Ian Mayo (ianmayo) Date: 2007-06-19 13:35 Message: Logged In: YES user_id=61173 Originator: YES Adding a -debug command gives the following output 19-Jun-2007 14:31:22 net.sf.statsvn.util.JavaUtilTaskLogger info INFO: StatSVN - SVN statistics generation Parsing SVN log '..\deploy\cvs\statcvs.xml' exclude pattern 'null' FINE statsvn.util.JavaUtilTaskLogger log(): starting to parse... Logfile parsing failed. svn log: svn info: XML document structures must start and end within the same entity. Adding -dump gives the original error message. ========================================= Did the log file work ok in your installation? [I'm using Java 1.6.0_01, under Windows Vista. My repository is managed by TortoiseSVN, though I'm using the SVN command line] ---------------------------------------------------------------------- Comment By: Jason Kealey (jkealey) Date: 2007-06-19 13:23 Message: Logged In: YES user_id=1498924 Originator: NO The error is not with the log file directly, it appears to be doing an svn info command. (The application does many of these during its execution). Run with -debug and you may get more precise information. In a second iteration, you might also want to run with -dump to see what information it does gather and may be able to interpret what it crashes on. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=833326&aid=1739601&group_id=164845 |