Changes

Jump to navigation Jump to search
23 bytes removed ,  22:33, 18 November 2018
no edit summary
Line 6: Line 6:  
===Move contribs from SME(n-1) to SME(n) ===
 
===Move contribs from SME(n-1) to SME(n) ===
   −
here is an example for SME7 to SME8:
+
Here is an example for SME7 to SME8:
    
'''Do a clean checkout of smeserver-mycontrib (This is very important, must be a completely clean tree)'''
 
'''Do a clean checkout of smeserver-mycontrib (This is very important, must be a completely clean tree)'''
 
  rm -rf ~/smecontribs/rpms/smeserver-mycontrib
 
  rm -rf ~/smecontribs/rpms/smeserver-mycontrib
 
  cd ~/smecontribs/rpms
 
  cd ~/smecontribs/rpms
  cvs co ~/smecontribs/rpms/smeserver-mycontrib
+
  cvs co smeserver-mycontrib
 
  cd smeserver-mycontrib
 
  cd smeserver-mycontrib
 
   
 
   
then you can copy (DO NOT MODIFY ANYTHING before commiting!!!):
+
Then you can copy (DO NOT MODIFY ANYTHING before committing!!!):
 
  cp -a contribs7 contribs8
 
  cp -a contribs7 contribs8
 
  rm -rf contribs8/CVS
 
  rm -rf contribs8/CVS
 
  cvs add contribs8
 
  cvs add contribs8
  find contribs8 -name CVS -prune -o -print | xargs cvs add
+
  find contribs8 -mindepth 1 -name CVS -prune -o -print | xargs cvs add
 
  cvs commit -m 'Initial import'
 
  cvs commit -m 'Initial import'
 
   
 
   
finally you can make your first build
+
Finally you can make your first build
 +
 
 
  cd contribs8
 
  cd contribs8
 
  make local
 
  make local
Line 27: Line 28:  
  make build
 
  make build
   −
<noinclude>[[Category:Howto]][[Category:SME9-Development]]
+
<noinclude>[[Category:SME9-Development]]

Navigation menu