프로젝트를 초기화 하였지만 좀 이해가 안갑니다.
왜냐하면, 저는 /home/cvs에 file을 위치한 후 아래와 같이
============================================================================
[root@multikit cvs]# pwd
/home/cvs
[root@multikit cvs]# cvs -d /home/cvs import -m "mk18 project" mk18 beaucom start
==============================================================================
했을 때에 에러 메시지가 나왔는데
다른 디렉토리에서
cvs -d /home/cvs import -m "mk18 project" mk18 beaucom start 명령을 내리니
제가 위치한 디렉토리 내의 화일들이 프로젝트 화일로 초기화 되더군요.
왜 이런 결과가 나왔는지는 모르겠으나 원하는 결과를 얻었습니다.
이렇게 프로젝트 초기화 한 후
CVS 클라이언트(win2000)에서 다음과 같이 설정하여 로그인 하였습니다.
================================================================================
:pserver:gshan at xx.xxx.xxx.xxx:/home/cvs/CVSROOT/passwd
================================================================================
그런데 다음과 같은 에러가 나네요.
====================================================================================================
cvs [login aborted]: connect to xx.xxx.xxx.xxx:2401 failed: Connection refused
====================================================================================================
/etc/services 에
cvspserver 2401/tcp # CVS client/server operations
cvspserver 2401/udp # CVS client/server operations
와 같이 표기되어 있구요.
/etc/xinetd.d 의 cvspserver 화일에 disable = no 라고 설정하였습니다.
무엇이 문제일까요?