Thread: CVS Messages

CVS Messages

From
Rod Taylor
Date:
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?



Re: CVS Messages

From
Joe Conway
Date:
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



Re: CVS Messages

From
Barry Lind
Date:
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.1&r2=40.2&diff_format=h
https://foo.bar.com/cgi-bin/viewcvs.cgi/wfs/com/.../sql/mssql/SessionManagerBaseSql.java.diff?r1=40.0&r2=40.1&diff_format=h
https://foo.bar.com/cgi-bin/viewcvs.cgi/wfs/com/.../sql/oracle/SessionManagerBaseSql.java.diff?r1=40.0&r2=40.1&diff_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
>
>  
>




Re: CVS Messages

From
Richard Poole
Date:
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