U E D R , A S I H C RSS

Project Zephyrus/간단CVS사용설명

CVS 메뉴

CVS in linux

, 략, ,

는 디 .
~cpp 
cvs co ProjectZephyrus

WinCVS in Windows

WinCVS

WinCVS Gui

메뉴->Admin->Preference
General tab CVSROOT ( )
~cpp 
디@165.194.17.15:/home/CVS
. .

메뉴->Admin->login ,

메뉴->Create->Checkout module
~cpp 
Module name.. : ProjectZephyrus
Local folder.. :     

Command line

NT

~cpp 
   내->등보->->->만들(N)
   변 : CVSROOT
   변 : :pserver:디@165.194.1.15:/home/CVS  
(98 2번 방 무리 )
98 : 1,2번
1. Autoexec.bat
~cpp 
SET CVSROOT=":pserver:디@165.194.17.15:/home/CVS"
리부 <-확인 안해봤음

2. 배 cvs98.bat
~cpp 
copy con cvs98.bat
cvs -d :pserver:디@165.194.17.15:/home/CVS %1 %2 %3 %4 %5 %6 %7 %8 %9
^Z

~cpp 
cvs98 login


Admin in ZeroPage Server(2002.5)

략 (linux 배 .)


~cpp 
ZeroPage는 /home/CVS 를  .

cvs -d /home/CVS init

local

1.
~cpp 
groupadd , 리는 cvs 

etc/group 를  , 
vi /etc/group 

.
.
.
cvs:x:536:neocoin,reset

2.
~cpp 
chgrp -R cvs /home/CVS
chmod ug+rwx /home/CVS /home/CVS/CVSROOT
or 
chgrp -R cvs /home/CVS
chmod 775 /home/CVS /home/CVS/CVSROOT

~cpp 
groups 
ZeroPage cvs 는 ZP내

1. service
~cpp 
vi /etc/services

.
.
cvspserver      2401/tcp
2. ZeroPage Redhat 7.0 xinetd를
~cpp 
vi /etc/xinetd.d/cvspserver
를 만들
~cpp 
# default: on
# description: The cvspsever serves CVS Passowrd Server sessions; it uses \
#          unencrypted username/password pairs for authentication.
service cvspserver
{
        disable         = no
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = root
        server          = /usr/bin/cvs
        server_args     = --allow-root=/home/CVS pserver
        log_on_failure  += USERID
        env             = HOME=/home/CVS
}
3. ', stop and start
~cpp 
/etc/rc.d/init.d/xinetd restart
4. import - CVS
.

~cpp 
cvs import -m "메"  vender_tag release_tag

CVS 문

  • (?) 돌리, CVS내부 . .
    • vi /etc/passwd .
      ~cpp 
      cvs_man:*:548:536:Pubilc CVS Account for Project Dummy:/home/CVS/:/bin/false
      
    • vi /etc/group
      ~cpp 
      cvs:x:536:.... ,cvs_man
      
    • vi /home/CVS/CVSROOT/passwd
      ~cpp 
      ...:...:cvs_man
      ...:...:cvs_man
      

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:24:06
Processing time 0.0166 sec