info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: setting up cvs and cvsweb....


From: Robert Helmer
Subject: Re: setting up cvs and cvsweb....
Date: Tue, 29 Jul 2003 11:35:00 -0700
User-agent: Mutt/1.3.28i

On Tue, Jul 29, 2003 at 12:37:58AM -0700, bruce wrote:
> I think I have CVS working... but I'm not really sure!!!

Have you tested it? Do this on the command line :

CVS_RSH=ssh
CVSROOT=:ext:address@hidden:/CVS
export CVS_RSH CVSROOT
cvs co <module>

(where <module> is a name of a module you have in CVS).

> 
> I have CVSROOT set to --> :ext:address@hidden:/CVS

Are you trying to use this CVSROOT in CVSWeb? Because CVSWeb cannot
use a remote repository, it muts be ON lserver2.mesa.com, and use
a CVSROOT like "CVSROOT=/CVS".

> When I try to access CVSWEB from the web server, I'm getting an error
> indicating an error:

Check the Apache error.log file. What is the error there?

> within my /etc/profile, i have tried...
>  CVSROOT="/CVS"

This is the only one that will work.

> within /etc/xinetd.d/cvspserver.. i have
> service cvspserver

This does not matter for CVSWeb.

> My questions.... I understand that you really want SSH for the security...
> But if I use CVSROOT="ext....", do I need to change the cvspserver
> information, specifically the line that has pserver..???

ext and pserver are mutually exclusive. 

> Assuming I get this to work..what changes need to be made regarding CVSWEB.
> I try to get CVSWEB running and I get a log error saying that the cvsweb.cgi
> script is having an issue over an invalid character... I assume that I don't
> have CVS actually running correctly....

No, that's a problem with the CGI. 
You might want to try ViewCVS, it's easier to get running:
http://viewcvs.sourceforge.net/


> I'd like to basically insure that CVS is running.. and then get CVSWEB
> running... and then be able to access CVS via a remote server as well as a
> remote browser running CVSWEB....


pserver doesn't have to be running to use CVS via SSH or locally (like
CVSWeb uses). If you don't need pserver, don't run it. SSH is better.



HTH,
Rob Helmer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]