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 -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 https://xxxx.com:6022/svn/asgard
------------------------------------------------------------------------
r1014 | asgardia | 2015-05-08 16:05:07 -0700 (Fri, 08 May 2015) | 1 line
Changed paths:
A /stash
stuff
------------------------------------------------------------------------
svn -v -rr1015 log https://xxx.com:6022/svn/asgard
svn: E175002: Unexpected HTTP status 400 'Bad Request' on '/svn/asgard/!svn/rvr/1015'
svn: E160062: Additional errors:
svn: E160062: Malformed node revision ID string
$ svn log -V -r r1116 file:///opt/app/scm/svn/reps/asgard
svn: invalid option character: V
Type 'svn help' for usage.
$ svn log -v -r r1116 file:///opt/app/scm/svn/reps/asgard
------------------------------------------------------------------------
r1116 | an2124 | 2018-02-27 16:54:13 -0500 (Tue, 27 Feb 2018) | 2 lines
Changed paths:
A /x
[TEST] This is a test commit to remove 1015
------------------------------------------------------------------------
$ svn log -v -r r1115 file:///opt/app/scm/svn/reps/asgard
------------------------------------------------------------------------
r1115 | rv620d | 2016-07-20 11:26:45 -0400 (Wed, 20 Jul 2016) | 1 line
Changed paths:
M /almighty-gab/test_file_gabalmighty.dat
test
------------------------------------------------------------------------
$ svn log -v -r r1114 file:///opt/app/scm/svn/reps/asgard
------------------------------------------------------------------------
r1114 | grageda | 2016-06-08 16:00:14 -0400 (Wed, 08 Jun 2016) | 1 line
Changed paths:
M /developer1/test.sh
COMMIT
------------------------------------------------------------------------
#apr-1.6.3.tar - standard apache
#apr-util-1.6.1.tar - standard apache utils
#pcre-8.41.tar - used by httpd
#libtool-2.4.6.tar - used by openldap
#openldap_2_4_26_src.tar - needed for httpd+ldap and svn+https
# openldap_2_4_26_src.tar - contains 02-berkeleydb 03-sasl2 - we didn't need to build.
#
#Python-2.7.13.tar - used to build scons and serf
# scons-local-2.3.0.tar - build script for serf
# serf-1.3.9.zip - enabes SVN https://svn....com
#subversion-1.9.7.tar - subversion distribution
# subversion-1.9.7/sqlite-amalgamation - had to be added
# httpd-2.4.29.tar - httpd - standalone https
Received on 2018-02-28 00:00:37 CET