Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2020 16:55:13 +0200
From:      Laurent Frigault <lolo@troll.free.org>
To:        freebsd-hubs@freebsd.org
Subject:   Frequent E195019: Redirect cycle detected on svnweb.freebsd.org
Message-ID:  <20200715145513.GA76973@troll.free.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200715145513.GA76973>