分享UbuntuLinux上边的CVS服务器配置
点击次数:23 次 发布日期:2008-11-22 09:39:14 作者:源代码网
|
STEP1: InstallCVSfiles: sudoapt-getinstallcvs STEP2: InstalltheCVSserver: sudoapt-getinstallcvsd WhenpromptedinthecvsdinstallationprocessforRepository,typein“/cvsrepo”. STEP3: Nowthatthecvsdinstallationincompletegoto/var/lib/cvsd orseekingforachange(orifthereisanewversionofcvsupdated): sudocvsd-buildroot/var/lib/cvsd STEP4: Ifthefoldercvsrepodoesnotexist,thencreateit…… cd/var/lib/cvsd sudomkdircvsrepo sudochown-Rcvsd:cvsdcvsrepo STEP5: andtheninitializetherepository sudocvs-d/var/lib/cvsd/cvsrepoinit STEP6: createauserandpassword sudocvsd-passwd/var/lib/cvsd/cvsrepo[username] sudovi/var/lib/cvsd/cvsrepo/CVSROOT/config Change"SystemAuto=no" STEP7: Test cvs-d:pserver:username@localhost:/cvsrepologin cvs-d:pserver:username@localhost:/cvsrepocheckout. 源代码网供稿. |
