Re: E130003: The XML response contains invalid XML - Follow-up

2018-03-18 Thread Johan Corveleyn
On Fri, Mar 16, 2018 at 4:57 PM, Philip Martin wrote: > Daniel Shahaf writes: > >> Philip Martin wrote on Fri, 16 Mar 2018 13:44 +: >> >> Changing "0" to "48" would also have broken the and >> offsets in that revision file, so how come 'verify' worked after >> that change? > > In the exampl

Re: E130003: The XML response contains invalid XML - Follow-up

2018-03-16 Thread Philip Martin
Daniel Shahaf writes: > Philip Martin wrote on Fri, 16 Mar 2018 13:44 +: > > Changing "0" to "48" would also have broken the and > offsets in that revision file, so how come 'verify' worked after > that change? In the examples he gave it looks like the root node itself is being edited. Th

Re: E130003: The XML response contains invalid XML - Follow-up

2018-03-16 Thread Daniel Shahaf
Philip Martin wrote on Fri, 16 Mar 2018 13:44 +: > "NOCERA, ANDY" writes: > > > I used dump and load to debug the malformed node revision ID. Here > > are my steps and what learned. Looks like the revs' file text: entry > > has a zero instead of size. By just editing the size, verify worke

Re: E130003: The XML response contains invalid XML - Follow-up

2018-03-16 Thread Philip Martin
"NOCERA, ANDY" writes: > I used dump and load to debug the malformed node revision ID. Here > are my steps and what learned. Looks like the revs' file text: entry > has a zero instead of size. By just editing the size, verify worked. > No other change was required. The question is can we corr

fsfs 'structure' terminology: length/size v. size/expanded-size (was: Re: E130003: The XML response contains invalid XML - Follow-up)

2018-03-16 Thread Daniel Shahaf
[ cc += dev@ ] NOCERA, ANDY wrote on Thu, 15 Mar 2018 22:35 +: > Folks, > > I used dump and load to debug the malformed node revision ID. Here are > my steps and what learned. Looks like the revs' file text: entry has > a zero instead of size. To be clear, you mean the fourth field.

RE: E130003: The XML response contains invalid XML - Follow-up

2018-03-15 Thread NOCERA, ANDY
dmin: E160062: Malformed node revision ID string Can we edit the revs 'text:" entry instead of a dump a load? -Original Message- From: Johan Corveleyn [mailto:jcor...@gmail.com] Sent: Wednesday, March 07, 2018 6:27 AM To: NOCERA, ANDY Cc: users@subversion.apache.org Subject: Re

Re: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-03-07 Thread Johan Corveleyn
On Tue, Mar 6, 2018 at 5:21 PM, NOCERA, ANDY wrote: > John, > > Good feedback. > > Svnadmin 1.9 verify is showing the error also. I did a dump and load and it > resolved that repo.Having reviewed my repos, it looks like around 30% > have this issue. Not sure what we could have done wrong

RE: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-03-06 Thread NOCERA, ANDY
response contains invalid XML - svn co and log issue on some repos using https/http On Thu, Mar 1, 2018 at 11:52 PM, NOCERA, ANDY wrote: > I disabled ssl to simplify. I noticed that svn log sometimes stops with an > error, sometimes it just stops although there is an error in the lo

Re: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-03-02 Thread Johan Corveleyn
On Thu, Mar 1, 2018 at 11:52 PM, NOCERA, ANDY wrote: > I disabled ssl to simplify. I noticed that svn log sometimes stops with an > error, sometimes it just stops although there is an error in the log. I > think I need to review the build.Not sure if it’s the SVN side of the > build or the

RE: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-03-01 Thread NOCERA, ANDY
[400, #160062] From: Paul Hammant [mailto:p...@hammant.org] Sent: Wednesday, February 28, 2018 8:28 AM To: NOCERA, ANDY Cc: Andreas Krey ; Michael Rohan ; users@subversion.apache.org Subject: Re: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https

RE: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-02-28 Thread NOCERA, ANDY
Cc: Andreas Krey ; Michael Rohan ; users@subversion.apache.org Subject: Re: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http As you work toward a conclusion, Andy, do you think there was a different error message that could have driven you to root cause more quickly?

Re: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-02-28 Thread Paul Hammant
As you work toward a conclusion, Andy, do you think there was a different error message that could have driven you to root cause more quickly?

RE: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-02-28 Thread NOCERA, ANDY
Nice catch svn co https://scm-uat.web.att.com:6022/svn/asgard svn: E130003: The XML response contains invalid XML [an2124@hlth509 test3]$ svn co https://scm-uat.web.att.com:6022/svn/asgard/ svn: E130003: The XML response contains invalid XML curl -k -u an2124 --insecure https://scm

Re: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-02-28 Thread Philip Martin
"NOCERA, ANDY" writes: > svn co https://xxx.com:6022/svn/asgard > svn: E130003: The XML response contains invalid XML If you have the socat proxy available then you can use that to log the traffic and see the failing XML: https://subversion.apache.org/docs/community-guide/de

Re: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-02-28 Thread Andreas Krey
On Wed, 28 Feb 2018 03:21:01 +, NOCERA, ANDY wrote: > My cert is not valid at this point, I had turned off ssl and had the same > error. I wasn???t sure how to get beyond the 301 on a curl You ask for .../asgard, and get redirected to .../asgard/ (note the slash at the end). Try that. And

RE: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-02-27 Thread NOCERA, ANDY
nently The document has moved https://scm-uat.web.att.com:6022/svn/asgard/";>here. From: Michael Rohan [mailto:mro...@stonepillar.com] Sent: Tuesday, February 27, 2018 10:11 PM To: Paul Hammant Cc: NOCERA, ANDY ; users@subversion.apache.org Subject: Re: E130003: The XML response contains

RE: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-02-27 Thread NOCERA, ANDY
There are several repos work fine and even different version is this repo. From: Paul Hammant [mailto:p...@hammant.org] Sent: Tuesday, February 27, 2018 9:44 PM To: NOCERA, ANDY Cc: users@subversion.apache.org Subject: Re: E130003: The XML response contains invalid XML - svn co and log issue

Re: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-02-27 Thread Michael Rohan
Hi, Might be interesting to see what sort of document you are getting: $ curl https://scm-uat.web.att.com:6022/svn/asgard Might need "-k" on that command depending on what sort of certs are in place. Take care, Michael. On Tue, Feb 27, 2018 at 6:44 PM, Paul Hammant wrote: > Do you get the sa

Re: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-02-27 Thread Paul Hammant
Do you get the same error with a testfile.txt resource in a freshly created (and Apache mounted) Subversion repo?

RE: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-02-27 Thread NOCERA, ANDY
Paul, Here is the information regarding the logs, Thanks Andy CMD: svn co https://scm-uat.web.att.com:6022/svn/asgard svn: E130003: The XML response contains invalid XML ERROR LOG [Tue Feb 27 21:31:25.717954 2018] [ssl:info] [pid 18302:tid 140359493441280] [client IPADDRESS:55820] AH01964

Re: E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-02-27 Thread Paul Hammant
See what you can see on the server-side Apache logs - https://unix.stackexchange.com/questions/115972/how-do-i-find-where-apache-keeps-the-log-files (and others; or adjust for your Linux).

E130003: The XML response contains invalid XML - svn co and log issue on some repos using https/http

2018-02-27 Thread NOCERA, ANDY
-r r1114 having latest r1115 checkout fail. I was able to checkout 1114 and commit to 1116, however that didn't fix it, Svnadmin verify returns no errors. Please advise, Andy svn co https://xxx.com:6022/svn/asgard svn: E130003: The XML response contains invalid XML svn -v -rr1014 log

Re: The XML response contains invalid XML

2015-04-24 Thread Andreas Mohr
On Fri, Apr 24, 2015 at 12:13:53AM -0700, OlePinto wrote: > Bert Huijben-5 wrote > > Just to be sure: you get this error during an update? > > > > Not during a commit? > > Yes, a merge exactly. I even get it if I try the merge with --record-only. I > was surprised to know that the client download

RE: The XML response contains invalid XML

2015-04-24 Thread OlePinto
if we don't use DHCP) we see a change in NTEContextList. I have two cards, an inactive TeamViewerVPN Adapter and the real Ethernet card. They had values of 3 and 2 that, after the enchantment and restart become 2 and 3. -- View this message in context: http://subversion.1072662.n5.nabble.com/

RE: The XML response contains invalid XML

2015-04-22 Thread Bert Huijben
> -Original Message- > From: OlePinto [mailto:olepinto+...@gmail.com] > Sent: woensdag 22 april 2015 16:25 > To: users@subversion.apache.org > Subject: RE: The XML response contains invalid XML > > Bad news: it has happened again. I haven't installed anything

RE: The XML response contains invalid XML

2015-04-22 Thread OlePinto
nformation, traces or whatever, feel free to ask and I'll try to oblige. -- View this message in context: http://subversion.1072662.n5.nabble.com/The-XML-response-contains-invalid-XML-tp186929p193077.html Sent from the Subversion Users mailing list archive at Nabble.com.

RE: The XML response contains invalid XML

2015-04-21 Thread OlePinto
test (no change). -- View this message in context: http://subversion.1072662.n5.nabble.com/The-XML-response-contains-invalid-XML-tp186929p193061.html Sent from the Subversion Users mailing list archive at Nabble.com.

RE: The XML response contains invalid XML

2015-04-21 Thread Bert Huijben
> -Original Message- > From: OlePinto [mailto:olepinto+...@gmail.com] > Sent: dinsdag 21 april 2015 12:20 > To: users@subversion.apache.org > Subject: Re: The XML response contains invalid XML > > We have finally fixed it, although we sadly do not really know what the

Re: The XML response contains invalid XML

2015-04-21 Thread OlePinto
successful and failed transactions. I randomly get also "E125012: Invalid character in hex checksum"; maybe it has any relation to the former, maybe not. Any idea? Any other test or information that could be useful? -- View this message in context: http://subversion.1072662.n5.nabble.c

Re: The XML response contains invalid XML

2015-04-21 Thread OlePinto
. Did it help anyone else? -- View this message in context: http://subversion.1072662.n5.nabble.com/The-XML-response-contains-invalid-XML-tp186929p193059.html Sent from the Subversion Users mailing list archive at Nabble.com.

Re: The XML response contains invalid XML

2014-11-11 Thread Ruven Naidoo
Seems like SVN is confused about the Repository Name. Rename the Repository and the try the check out. The name you are using was used before by SVN and it is confusing the XML file. -- View this message in context: http://subversion.1072662.n5.nabble.com/The-XML-response-contains-invalid-XML

Re: The XML response contains invalid XML

2014-04-30 Thread Andy Bolstridge
I am seeing the same thing. Here's my problem: I had a sub directory in my repo that contained a library that was 2 levels deep. (eg. directory structure ProjectA/lib/releases) I deleted the lib directory and replaced it with an external that had a slightly different structure (lib/releases/v1

RE: The XML response contains invalid XML

2014-02-10 Thread Daren Hawes
Ryan Schmidt [mailto:subversion-2...@ryandesign.com] Sent: Thursday, 6 February 2014 1:08 PM To: Daren Hawes Cc: Subversion Users Subject: Re: The XML response contains invalid XML On Feb 5, 2014, at 00:05, Daren Hawes wrote: > I was hoping someone has seen this error before. It randomly happens

Re: The XML response contains invalid XML

2014-02-05 Thread Ryan Schmidt
On Feb 5, 2014, at 00:05, Daren Hawes wrote: > I was hoping someone has seen this error before. It randomly happens when we > SVN Checkout. > > We have a Windows 2012 Server with SVN 1.8.5 installed. We use Visual SVN > 1.8.4 to manage this Server. > > The Sub Version data folder is on a NA

Re: The XML response contains invalid XML

2014-02-05 Thread Eric Johnson
I've seen a problem something like this that stemmed from using a broken migration tool. Data migrated from some other version control system, into Subversion yielded some characters not properly encoded the way the client expects it. I suspect something similar (except for properties of a file

Re: The XML response contains invalid XML

2014-02-05 Thread Ben Reser
On 2/4/14, 10:05 PM, Daren Hawes wrote: > I was hoping someone has seen this error before. It randomly happens when we > SVN Checkout. > > > > We have a Windows 2012 Server with SVN 1.8.5 installed. We use Visual SVN > 1.8.4 > to manage this Server. > > > > The Sub Version data folder is o