Changes

From SME Server
Jump to navigationJump to search
276 bytes added ,  17:29, 25 November 2020
no edit summary
Line 172: Line 172:     
  rm -f clog
 
  rm -f clog
 +
cvs commit -m "$(make clog)"
 +
 +
I found if I did this I got an error:
 +
 +
cvs commit: file 'import.log' had a conflict and has not been modified
 +
cvs [commit aborted]: correct above errors first!
 +
 +
I did this to clear it IN THE DIRECTORY:
 +
 +
rm -rf *
 +
cd ..
 +
cvs update -dPA
 +
cd contribs10
 
  cvs commit -m "$(make clog)"
 
  cvs commit -m "$(make clog)"
   Line 190: Line 203:  
Create a srpm file
 
Create a srpm file
   −
The import as above
+
Then import as above.
 
        −
<noinclude>[[Category:SME9-Development]
+
[[Category:SME9-Development]]

Navigation menu