Frequent E195019: Redirect cycle detected on svnweb.freebsd.org
Laurent Frigault
lolo at troll.free.org
Wed Jul 15 14:55:24 UTC 2020
Hi,
I did not use svnlite for a long time, but today, most checkout (but not
all) fail with svn: E195019: Redirect cycle detected
examples:
# svnlite checkout https://svnweb.freebsd.org/ports/head /usr/ports
Redirecting to URL 'https://svnweb.freebsd.org/ports/head':
Redirecting to URL 'https://svnweb.freebsd.org/ports/head':
svn: E195019: Redirect cycle detected for URL 'https://svnweb.freebsd.org/ports/head
same for
# svnlite checkout https://svnweb.freebsd.org/base/head /usr/src
Redirecting to URL 'https://svnweb.freebsd.org/base/head':
Redirecting to URL 'https://svnweb.freebsd.org/base/head':
svn: E195019: Redirect cycle detected for URL 'https://svnweb.freebsd.org/base/head'
# svnlite checkout https://svnweb.freebsd.org/ports/branches/2020Q3 # /usr/ports
Redirecting to URL 'https://svnweb.freebsd.org/ports/branches/2020Q3':
Redirecting to URL 'https://svnweb.freebsd.org/ports/branches/2020Q3':
svn: E195019: Redirect cycle detected for URL
'https://svnweb.freebsd.org/ports/branches/2020Q3'
I may be wrong , but it looks like OPTIONS returns 301 to redirects to
itself.
% curl -s -X OPTIONS https://svnweb.freebsd.org/ports/head -i
HTTP/1.1 301 Moved
Date: Wed, 15 Jul 2020 14:48:45 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Server: Apache
Location: /ports/head/
X-Varnish: 340031015
Age: 0
Via: 1.1 wfe0.nyi.FreeBSD.org
X-Cache: MISS
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
This document is located <a href="/ports/head/">here</a>.
Are there any issue on svnweb.freebsd.org server(s) ?
Regards,
--
Laurent Frigault | Free.org - BookMyName.com - ONLINE SAS - Registar ID 74
More information about the freebsd-hubs
mailing list