Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2021 09:53:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 255215] SVNWEB no longer updated for ports
Message-ID:  <bug-255215-9@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255215

            Bug ID: 255215
           Summary: SVNWEB no longer updated for ports
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Website
          Assignee: doc@FreeBSD.org
          Reporter: se@FreeBSD.org

After the switch to GIT, the ports SVN repository is in a frozen state.

This causes accesses to https://svnweb.freebsd.org/ports/head/ to return 
stale information.

But the real issue IMHO is that the "FreeBSD Ports Search" page on the
web server does return 404 errors for ports that have been created in
GIT and did not exist in SVN.

Reproduce by e.g.:

https://www.freebsd.org/cgi/ports.cgi?query=yaze-ag&stype=name

and then click on any of the links (e.g. "Description").

This returns an error page with status 404:

https://svnweb.freebsd.org/ports/head/emulators/yaze-ag

The correct, new URL is:

https://cgit.freebsd.org/ports/tree/emulators/yaze-ag

FIX:

Somebody needs to apply the following changes to ports.cgi:

Hostname: replace "svnweb" with "cgit"
Path:     replace "ports/head" with "ports/tree"

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

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