#25: viewcvs.cgi redirect doesn't work
------------------------+---------------------------
Reporter: ehuelsmann | Owner: somebody
Type: defect | Status: new
Priority: major | Milestone:
Component: component1 | Version:
Keywords: | Parent Tickets:
------------------------+---------------------------
https://common-lisp.net/cgi-bin/viewcvs.cgi/*checkout*/rucksack/doc
/rucksack-tutorial.lisp?rev=1.1&root=rucksack
has been 404 for years. We want to fix the long tail, though, so we
probably should redirect /cgi-bin/viewcvs.cgi/... to /viewvc/...
(Now, since we're moving away from CVS, ...)
--
Ticket URL: <https://trac.common-lisp.net/clo/ticket/25>
clo <http://common-lisp.net/project/clo>
clo
#26: viewvc doesn't allow checkout...
------------------------+---------------------------
Reporter: ehuelsmann | Owner: somebody
Type: defect | Status: new
Priority: major | Milestone:
Component: component1 | Version:
Keywords: | Parent Tickets:
------------------------+---------------------------
... while at some point viewcvs.cgi did. Do we want to enable it? What are
the censequences??
--
Ticket URL: <https://trac.common-lisp.net/clo/ticket/26>
clo <http://common-lisp.net/project/clo>
clo
#16: Establish HTTP redirect to GitLab for trac.common-
lisp.net/<project>/browser
-----------------------------+------------------------
Reporter: ehuelsmann | Owner: ehuelsmann
Type: task | Status: new
Priority: major | Milestone:
Component: component1 | Version:
Resolution: | Keywords:
Parent Tickets: 12 |
-----------------------------+------------------------
Comment (by ehuelsmann):
Implemented 'tracgit-rewritemap'; can be found in /home/ehuelsmann/clo-
software. The URL structure is a bit different from what I expected;
meaning that the rewrite rule should become:
{{{
RewriteRule /(cmucl|oct|sheeple|clfswm)/(browser|export)/(.*)
${tracmap:$1?$2?$3}
}}}
--
Ticket URL: <https://trac.common-lisp.net/clo/ticket/16#comment:11>
clo <http://common-lisp.net/project/clo>
clo