public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] CVS annotate brings me to GNATS
@ 2004-12-10 14:37 Steven Bosscher
  2004-12-10 14:40 ` Daniel Berlin
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Bosscher @ 2004-12-10 14:37 UTC (permalink / raw)
  To: gcc; +Cc: gerald

Hi,

While trying to figure out more about the history of the old PROBLEMS
file, I looked at http://gcc.gnu.org/cgi-bin/cvsweb.cgi/old-gcc/PROBLEMS
(checked in 12 years, 9 months ago and unchanged since then :-).

Just for fun, pointless as it may be, I wanted to look at CVS annotate:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/old-gcc/PROBLEMS?annotate=1.1

That link brings you to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1 ?!

Looks like a webs script bug somewhere...  Does anyone understand how
this can happen?  Should I just open a PR in bugzilla for this?

Gr.
Steven


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [wwwdocs] CVS annotate brings me to GNATS
  2004-12-10 14:37 [wwwdocs] CVS annotate brings me to GNATS Steven Bosscher
@ 2004-12-10 14:40 ` Daniel Berlin
  2004-12-11 17:21   ` Gerald Pfeifer
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Berlin @ 2004-12-10 14:40 UTC (permalink / raw)
  To: Steven Bosscher; +Cc: gcc, gerald

> http://gcc.gnu.org/cgi-bin/cvsweb.cgi/old-gcc/PROBLEMS?annotate=1.1


The thing matching "PR" must be a little overzealous :)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [wwwdocs] CVS annotate brings me to GNATS
  2004-12-10 14:40 ` Daniel Berlin
@ 2004-12-11 17:21   ` Gerald Pfeifer
  2005-02-25 12:56     ` Gerald Pfeifer
  0 siblings, 1 reply; 4+ messages in thread
From: Gerald Pfeifer @ 2004-12-11 17:21 UTC (permalink / raw)
  To: Daniel Berlin; +Cc: Steven Bosscher, gcc

On Fri, 10 Dec 2004, Daniel Berlin wrote:
>> http://gcc.gnu.org/cgi-bin/cvsweb.cgi/old-gcc/PROBLEMS?annotate=1.1
> The thing matching "PR" must be a little overzealous :)

Yup.  I think I know how to fix this and hope to do it in the next few
days (after some other technical issues have been clarified).

Gerald

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [wwwdocs] CVS annotate brings me to GNATS
  2004-12-11 17:21   ` Gerald Pfeifer
@ 2005-02-25 12:56     ` Gerald Pfeifer
  0 siblings, 0 replies; 4+ messages in thread
From: Gerald Pfeifer @ 2005-02-25 12:56 UTC (permalink / raw)
  To: Daniel Berlin; +Cc: Steven Bosscher, gcc

On Sat, 11 Dec 2004, Gerald Pfeifer wrote:
>>> http://gcc.gnu.org/cgi-bin/cvsweb.cgi/old-gcc/PROBLEMS?annotate=1.1
>> The thing matching "PR" must be a little overzealous :)
> Yup.  I think I know how to fix this and hope to do it in the next few
> days (after some other technical issues have been clarified).

Fixed now, with the following change to httpd.conf. (I believe we actually 
might be able to remove the Rewrite... stuff.)

Sorry for the delay, various things happened in between...

Gerald

   # Support short URLs for referring to PRs.
   RewriteCond %{QUERY_STRING}          ([0-9]+)$
-  RewriteRule PR                       http://gcc.gnu.org/bugzilla/show_bug.cgi?id=%1 [R]
+  RewriteRule ^PR                      http://gcc.gnu.org/bugzilla/show_bug.cgi?id=%1 [R]

   RedirectMatch ^/PR([0-9]+)$          http://gcc.gnu.org/bugzilla/show_bug.cgi?id=$1
   include /etc/httpd/conf/spamblock

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-02-24 18:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-10 14:37 [wwwdocs] CVS annotate brings me to GNATS Steven Bosscher
2004-12-10 14:40 ` Daniel Berlin
2004-12-11 17:21   ` Gerald Pfeifer
2005-02-25 12:56     ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).