Changes

From SME Server
Jump to navigationJump to search
285 bytes added ,  18:05, 28 October 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)"
  

Navigation menu