Re: SHA-1 collision in repository?

2018-02-27 Thread Johan Corveleyn
[ Please keep the users list in cc. ] On Tue, Feb 27, 2018 at 11:38 PM, Myria wrote: > On Tue, Feb 27, 2018 at 2:22 PM, Johan Corveleyn wrote: >> On Tue, Feb 27, 2018 at 10:09 PM, Myria wrote: >>> >>> On Tue, Feb 27, 2018 at 05:54 Philip Martin >>> wrote: Myria writes: > -

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
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 curl -k -u an2124 --insecure https://scm-uat.web.att.com:6022/svn/asgard Enter host password for user 'an2124': 301 Moved Permanently Moved Permanently The do

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 o

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: Conn

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
Hi, I have a recently built SVN 1.9.7 including httpd and I see issues using https/https protocol on a few repos and version. The test repos are 1.8.X and work using file level protocol and svnserve. Some Other repos work with no issues. For asgard example below, I was able to checkout from -

Re: SHA-1 collision in repository?

2018-02-27 Thread Johan Corveleyn
On Tue, Feb 27, 2018 at 10:09 PM, Myria wrote: > > On Tue, Feb 27, 2018 at 05:54 Philip Martin > wrote: >> >> Myria writes: >> >> > -bash-4.1$ sqlite3 rep-cache.db "select * from rep_cache where >> > hash='db11617ef1454332336e00abc311d44bc698f3b3'" >> > db11617ef1454332336e00abc311d44bc698f3b3|6

Re: Show textual diff in a moved/copied file - how?

2018-02-27 Thread Johan Corveleyn
On Tue, Feb 27, 2018 at 5:50 PM, Stefan Sperling wrote: > On Tue, Feb 27, 2018 at 07:52:00AM -0800, Alexey Neyman wrote: >> Thanks for bringing up this explanation. > > Indeed! > I had totally forgotten about this conversion from years ago. > >> So the second inconsistency is >> because '-c X' act

Re: SHA-1 collision in repository?

2018-02-27 Thread Myria
On Tue, Feb 27, 2018 at 05:54 Philip Martin wrote: > Myria writes: > > > -bash-4.1$ sqlite3 rep-cache.db "select * from rep_cache where > > hash='db11617ef1454332336e00abc311d44bc698f3b3'" > > db11617ef1454332336e00abc311d44bc698f3b3|604440|34|134255|136680 > > > > The line from the grep -a comm

Re: Show textual diff in a moved/copied file - how?

2018-02-27 Thread Stefan Sperling
On Tue, Feb 27, 2018 at 07:52:00AM -0800, Alexey Neyman wrote: > Thanks for bringing up this explanation. Indeed! I had totally forgotten about this conversion from years ago. > So the second inconsistency is > because '-c X' actually defines operative range X-1:X and the source of the > copy is

Re: Show textual diff in a moved/copied file - how?

2018-02-27 Thread Alexey Neyman
On 02/27/2018 03:26 AM, Johan Corveleyn wrote: On Tue, Feb 27, 2018 at 9:13 AM, Stefan Sperling wrote: On Mon, Feb 26, 2018 at 04:52:41PM -0800, Alexey Neyman wrote: Why is the behavior different in these cases? Isn't that counter-intuitive as well that the diff's output depends on the source

Re: SHA-1 collision in repository?

2018-02-27 Thread Philip Martin
Myria writes: > -bash-4.1$ sqlite3 rep-cache.db "select * from rep_cache where > hash='db11617ef1454332336e00abc311d44bc698f3b3'" > db11617ef1454332336e00abc311d44bc698f3b3|604440|34|134255|136680 > > The line from the grep -a command containing that hash is below. They > all match. > text: 6044

Re: Bugreport: invalid xml file produced by: svn log --xml --verbose --use-merge-history --search "msg1"

2018-02-27 Thread Johan Corveleyn
On Tue, Feb 20, 2018 at 3:17 PM, Martin Obermeir wrote: > Hi all, > > I entered this bug to the issue tracker last year: > https://issues.apache.org/jira/browse/SVN-4711 > > Should I also post it to the development list (d...@subversion.apache.org > )? Hi Martin

Re: Show textual diff in a moved/copied file - how?

2018-02-27 Thread Johan Corveleyn
On Tue, Feb 27, 2018 at 9:13 AM, Stefan Sperling wrote: > On Mon, Feb 26, 2018 at 04:52:41PM -0800, Alexey Neyman wrote: >> Why is the behavior different in these cases? Isn't that counter-intuitive >> as well that the diff's output depends on the source revision of the copy? > > I think these dif

Re: Show textual diff in a moved/copied file - how?

2018-02-27 Thread Stefan Sperling
On Mon, Feb 26, 2018 at 04:52:41PM -0800, Alexey Neyman wrote: > Why is the behavior different in these cases? Isn't that counter-intuitive > as well that the diff's output depends on the source revision of the copy? I think these differences in behaviour boil down to side-effects of the implement