Difference between revisions of "Cvs-import.sh"

From SME Server
Jump to navigationJump to search
m
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
If you need it then do (you can use any module that you want) :
 
If you need it then do (you can use any module that you want) :
  
  cvs -z3 -d:ext:smeserver.cvs.sourceforge.net:/cvsroot/smeserver co -P dar
+
  cvs -z3 -d:ext:shell.koozali.org:/cvs/smeserver co -P dar
  
 
after that you can call it by  
 
after that you can call it by  
 
  ~/rpms/dar/common/cvs-import.sh
 
  ~/rpms/dar/common/cvs-import.sh
 +
 +
the usage is
 +
./common/cvs-import.sh -b "contribs9" -m "Initial import to V9" "smeserver-packagename.srpm"
  
 
[[category:Developer]]
 
[[category:Developer]]

Latest revision as of 06:27, 18 November 2017

This script is needed when you want to import a srpm in the buildsrv, sometime it can be not present in your cvs module folder

If you need it then do (you can use any module that you want) :

cvs -z3 -d:ext:shell.koozali.org:/cvs/smeserver co -P dar

after that you can call it by

~/rpms/dar/common/cvs-import.sh

the usage is

./common/cvs-import.sh -b "contribs9" -m "Initial import to V9" "smeserver-packagename.srpm"