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.0172 sec