Displaying 2 results from an estimated 2 matches for "anoncvs2".
Did you mean:
anoncvs
2006 Nov 18
0
Problem accessing anoncvs2.at.openbsd.org
I was following the instructions at http://www.openssh.com/portable.html
export CVSROOT=anoncvs at anoncvs2.at.openbsd.org:/openssh
export CVS_RSH=/usr/bin/ssh
cvs get openssh_cvs
and I got the following error:
cvs server: cannot find module `openssh' - ignored
cvs [checkout aborted]: cannot expand modules
Using the mindrot server worked just fine, but I wanted to report the
problem.
-matt
2006 Jul 14
2
Problems accessing CVS repository
...nymous user, once it has been checked out:
$ cvs -d anoncvs at anoncvs.mindrot.org:/cvs co openssh
[...works fine...]
$ cd openssh
$ cvs up
cannot create_adm_p /tmp/cvs-serv5471/contrib
Permission denied
The same happens when trying to use the second repository:
$ cvs -d anoncvs at anoncvs2.at.openbsd.org:/openssh co openssh_cvs
[...works fine...]
$ cd openssh_cvs
$ cvs up
cannot create_adm_p /tmp/cvs-serv6828/contrib
Permission denied
This looks like a server problem. Or am I doing something wrong?
I never had this problem with cvs before and I still haven't with
othe...