Re: CVS Messages

From: Richard Poole <rp(at)guests(dot)deus(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CVS Messages
Date: 2002-08-17 22:56:38
Message-ID: 20020817225638.GA26934@guests.deus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Aug 16, 2002 at 05:44:50PM -0400, Rod Taylor wrote:
> Is it possible for the cvs emails to include a URL to the appropriate
> entries in cvs web?
>
> The below is current:
>
> Modified files:
> src/backend/utils/adt: ruleutils.c

If you're using a Web browser with support for smart bookmarks, nicknames,
and javascript: URLs, then you can define a bookmark as something like:

javascript:re=/(:.)/;window.location="http://developer.postgresql.org/cvsweb.cgi/pgsql-server/"+"%s".replace(re, "/")

and then cut-and-paste the line from the email into your location field
using a nickname:

pgcvs src/backend/utils/adt: ruleutils.c

and have it bring up the cvsweb page. Works with galeon; I guess other
recent browsers (Konqueror, Moz, IE?) can do something very similar if
not quite identical.

Richard

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-08-17 23:41:13 Re: Open 7.3 items
Previous Message Joe Conway 2002-08-17 21:26:10 Re: Remove implicit unique index creation on SERIAL columns?