Difference between revisions of "Cvs-import.sh"
From SME Server
Jump to navigationJump to searchLine 7: | Line 7: | ||
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]] |
Revision as of 22:35, 13 August 2015
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:smeserver.cvs.sourceforge.net:/cvsroot/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"