Hello i am trying to install cvs with ssh. Here is what have i done.
I am using debian sarge and cvs has alredy been installed.
I create a directory as /var/cvsroot
I create a cvs group and user with;
# groupadd cvs
# useradd -g cvs -m -d /var/cvsroot -s /bin/bash -c "CVS" cvs
commands. And then
# cvs -d /var/cvsroot init
# chown -R cvs.cvs /var/cvsroot
#export CVS_RSH=ssh
Here is the error message
usta:/home/usta# cvs -d :ext:usta@127.0.0.1:/var/cvsroot checkout module
Password:
cvs server: cannot find module `module' - ignored
cvs [checkout aborted]: cannot expand modules
What can i do ? Thanks for all replys.
I am using debian sarge and cvs has alredy been installed.
I create a directory as /var/cvsroot
I create a cvs group and user with;
# groupadd cvs
# useradd -g cvs -m -d /var/cvsroot -s /bin/bash -c "CVS" cvs
commands. And then
# cvs -d /var/cvsroot init
# chown -R cvs.cvs /var/cvsroot
#export CVS_RSH=ssh
Here is the error message
usta:/home/usta# cvs -d :ext:usta@127.0.0.1:/var/cvsroot checkout module
Password:
cvs server: cannot find module `module' - ignored
cvs [checkout aborted]: cannot expand modules
What can i do ? Thanks for all replys.