r2 - 11 Aug 2010 - 17:13:52 - DongHoMoonYou are here: KoreaCmsWiki >  HeavyIon Web > DongHosLog > DongHoNewLog > TipsInMyComputing > CVSregistration

CVS registration

How to update new version code in cvs repository.

  • 1. cvs check out the existed code
>cvs co HeavyIonsAnalysis/HIDIMuonsAnalysis
>cd HeavyIonsAnalysis/HIDIMuonsAnalysis/src
>cvs add newFile.cc
>cvs update newFile.cc
>cvs ci -m "log contents" newFile.cc

  • 2. And then try to check it.
>project CMSSW
>cvs co HeavyIonsAnalysis/HIDIMuonsAnalysis/src

Confirm your new updated code

  • 3. when update new created code in UserCode package
>cvs co UserCode/README
>mkdir UserCode/DonghoMoon/L1L2L3Analysis/src
>cd UserCode
>cvs add DonghoMoon
>cvs add DonghoMoon/L1L2L3Analysis/src
>cd DonghoMoon/L1L2L3Analysis/src
>cvs add newFile.cc
>cvs update newFile.cc
>cvs ci -m "log" newFile.cc

-- DongHoMoon - 20 Aug 2009

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r2 < r1 | More topic actions
 
KOREA-CMS
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding KoreaCmsWiki? Send feedback