cvsweb

Started by Vince Vielhaberover 24 years ago6 messageshackers
Jump to latest
#1Vince Vielhaber
vev@michvhf.com

cvsweb is now working! It's available from the developer's site:

http://developer.postgresql.org/

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev@michvhf.com http://www.pop4.net
56K Nationwide Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Vince Vielhaber (#1)
Re: cvsweb

Vince Vielhaber <vev@michvhf.com> writes:

cvsweb is now working! It's available from the developer's site:
http://developer.postgresql.org/

Thankyouthankyouthankyouthankyou ... I hadn't realized how much I'd come
to depend on that service, until I didn't have it for awhile ... manual
use of "cvs log" and "cvs diff" is a poor substitute.

regards, tom lane

#3Frank Wiles
frank@wiles.org
In reply to: Tom Lane (#2)
Re: cvsweb

.------[ Tom Lane wrote (2001/10/02 at 09:47:41) ]------
|
| Vince Vielhaber <vev@michvhf.com> writes:
| > cvsweb is now working! It's available from the developer's site:
| > http://developer.postgresql.org/
|
| Thankyouthankyouthankyouthankyou ... I hadn't realized how much I'd come
| to depend on that service, until I didn't have it for awhile ... manual
| use of "cvs log" and "cvs diff" is a poor substitute.
|
| regards, tom lane
|
`-------------------------------------------------

Oops my original try at this only went to Tom ( sorry for the
duplicate Tom ).

It appears the cvs log functionality is working just fine, however
you can't actually view the source of the file by clicking on the
revision number. Clicking on:

http://developer.postgresql.org/cvsweb.cgi/src/bin/psql/command.c?rev=1.58&amp;content-type=text/x-cvsweb-markup

To view src/bin/psql/command.c gives me the following error:

Error: Unexpected output from cvs co: cvs [checkout aborted]:
/cvsroot/pgsql/CVSROOT: No such file or directory

Check whether the directory /cvsroot/pgsql/CVSROOT exists and the
script has write-access to the CVSROOT/history file if it exists.
The script needs to place lock files in the directory the file is in
as well.

---------------------------------
Frank Wiles <frank@wiles.org>
http://frank.wiles.org
---------------------------------

#4Vince Vielhaber
vev@michvhf.com
In reply to: Frank Wiles (#3)
Re: cvsweb

On Tue, 2 Oct 2001, Frank Wiles wrote:

It appears the cvs log functionality is working just fine, however
you can't actually view the source of the file by clicking on the
revision number. Clicking on:

oops! fixed.

--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev@michvhf.com http://www.pop4.net
56K Nationwide Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

#5Tom Lane
tgl@sss.pgh.pa.us
In reply to: Frank Wiles (#3)
Re: cvsweb

Frank Wiles <frank@wiles.org> writes:

It appears the cvs log functionality is working just fine, however
you can't actually view the source of the file by clicking on the
revision number. Clicking on:
http://developer.postgresql.org/cvsweb.cgi/src/bin/psql/command.c?rev=1.58&amp;content-type=text/x-cvsweb-markup

Seems to work for me at the moment. Note that Vince appears to have
just corrected the path: you need a /pgsql/ in there. Does

http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c?rev=1.58&amp;content-type=text/x-cvsweb-markup

work for you?

regards, tom lane

#6Vince Vielhaber
vev@michvhf.com
In reply to: Tom Lane (#5)
Re: cvsweb

On Tue, 2 Oct 2001, Tom Lane wrote:

Frank Wiles <frank@wiles.org> writes:

It appears the cvs log functionality is working just fine, however
you can't actually view the source of the file by clicking on the
revision number. Clicking on:
http://developer.postgresql.org/cvsweb.cgi/src/bin/psql/command.c?rev=1.58&amp;content-type=text/x-cvsweb-markup

Seems to work for me at the moment. Note that Vince appears to have
just corrected the path: you need a /pgsql/ in there. Does

I just updated the line too so it goes straight to pgsql

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev@michvhf.com http://www.pop4.net
56K Nationwide Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================