* questions on cvs pserver, hope its ok to ask here.
@ 2003-06-04 3:18 David Eduardo Gomez Noguera
0 siblings, 0 replies; only message in thread
From: David Eduardo Gomez Noguera @ 2003-06-04 3:18 UTC (permalink / raw)
To: linux-c-programming
Hello.
I am setting a cvs repository, but have some doubts about "anonymous"
access.
The system does not have any anonymous account and has the line
anonymous:
on the /usr/CVS/cvsroot/CVSROOT/password file, so this command goes ok
cvs -d:pserver:anonymous@hostname:/usr/CVS/cvsroot login
after that, this command goes wrong with a message of "no anonymous
user"
cvs -d:pserver:anonymous@hostname:/usr/CVS/cvsroot co "kernel device
drivers"
However, this turns out to be ok
cvs -d:pserver:@hostname:/usr/CVS/cvsroot co "kernel device drivers"
I think that problem would be fixed if I do either of
a) create a system accout anonymous in /etc/passwd
or
b) chancge the passwd life to
anonymous::some_existing_account
The point is I dont want to asign a true username/system_account to
anonymous cvs access. So what can I do? Is that just how CVS is and I
just have to learn to live with that? may I have an old cvs system ?
(its rh8's)
or should I get my hands dirty and see what the problem with cvs's
source code is?
Thank you.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-06-04 3:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-04 3:18 questions on cvs pserver, hope its ok to ask here David Eduardo Gomez Noguera
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).