Re: [HACKERS] CVS Messages

2002-08-17 Thread Richard Poole

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

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])



[HACKERS] CVS Messages

2002-08-16 Thread Rod Taylor

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


Is this possible?
Modified files:
http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/utils/adt/ruleutils.c


Or perhaps have a LINKS section at the very bottom below the current
messages?


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster



Re: [HACKERS] CVS Messages

2002-08-16 Thread Joe Conway

Rod Taylor wrote:
 Modified files:
 src/backend/utils/adt: ruleutils.c
 
 
 Is this possible?
 Modified files:
 
http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/utils/adt/ruleutils.c
 

I'd second that request! Great idea.

Joe


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]



Re: [HACKERS] CVS Messages

2002-08-16 Thread Barry Lind

It is certainly possibly.  We have added that type of functionality to 
our inhouse CVS system.  Below is an example.  We include at the bottom 
of the checkin mail a link to the webcvs diff page so you can quickly 
see what changed for a particular checkin.

--Barry

wfs checkin by barry   02/08/16 12:10:39

  Modified:com/.../sql/postgres SessionManagerBaseSql.java
   com/.../sql/mssql SessionManagerBaseSql.java
   com/.../sql/oracle SessionManagerBaseSql.java
  Log:
  port fix for bug 1605 from 3.3 to 4.0
  
  
https://foo.bar.com/cgi-bin/viewcvs.cgi/wfs/com/.../sql/postgres/SessionManagerBaseSql.java.diff?r1=40.1r2=40.2diff_format=h
  
https://foo.bar.com/cgi-bin/viewcvs.cgi/wfs/com/.../sql/mssql/SessionManagerBaseSql.java.diff?r1=40.0r2=40.1diff_format=h
  
https://foo.bar.com/cgi-bin/viewcvs.cgi/wfs/com/.../sql/oracle/SessionManagerBaseSql.java.diff?r1=40.0r2=40.1diff_format=h



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


Is this possible?
Modified files:
http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/utils/adt/ruleutils.c


Or perhaps have a LINKS section at the very bottom below the current
messages?


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster

  




---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster