info-cvs
[Top][All Lists]
Advanced

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

Re: please help, cvs problem


From: Patrick Amirian
Subject: Re: please help, cvs problem
Date: Thu, 25 Jan 2001 00:39:29 -0500
User-agent: Mozilla/5.0 (X11; U; Linux 2.2.16-22 i686; en-US; m18) Gecko/20001107 Netscape6/6.0

my fault, consider pamirian being patrick
there is no problem with my directories... I'm not sure but it seems to be some kind of a permission problem when it's trying to access the /root/.cvsignore file ... why root tho ? is it because cvs is running as root ?

Michael Peck wrote:

You have the allow-root set to /home/pamarian, but did a cvs init on
/home/patrick.  That's the problem.

Patrick Amirian wrote:

Hi and thanks for reading,

I'm trying to set up a cvs repository,
this is how I'm doing it,

create the directory /home/patrick/cvsroot
then I do
cvs -d /home/patrick/cvsroot init

then I create my xinetd.conf file oh by the way I'm on RH 7.0

service cvspserver
{
       socket_type     = stream
       protocol        = tcp
       wait            = no
       user            = root
       passenv         =
       server          = /usr/bin/cvs
       server_args     = --allow-root=/home/pamirian/cvsroot pserver
}

and then I create a passwd file in /home/patrick/cvsroot/CVSROOT directory

when I do

cvs -d :pserver:address@hidden:/home/patrick/cvsroot login
it asks for the pass, I type the pass and it works great

BUT,
when I do
cvs -d :pserver:address@hidden:/home/patrick/cvsroot import -m "first
test" test patrick start
it also works but at first it gives me this message,

cvs server: cannot open /root/.cvsignore: Permission denied.

then when I do a
cvs -d :pserver:address@hidden:/home/patrick/cvsroot checkout test

it gives me,
cvs server: cannot open /root/.cvsignore : Permission denied
cvs [server aborted]: can't chdir (/root): Permission denied

how can I fix this ?

please don't point me at howtos, I already have 2 cvs books and few cvs
related documents but they don't cover this errors...

thank you very much for you time, I really appreciate it.
-Patrick

_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs




_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs






reply via email to

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