Difference between revisions of "Commit All Source"

From NST Wiki
Jump to navigationJump to search
(New page: Make sure that you invoke ''nstcvs commit'' to verify that all modifications are checked in. [root@nst-dev-32 repo]# nstcvs commit cvs commit: Examining . ... lots of CVS "Examining...)
 
Line 1: Line 1:
Make sure that you invoke ''nstcvs commit''  to verify that all modifications are checked in.
+
Make sure that you invoke ''svn commit''  to verify that all modifications are checked in.
  
  [root@nst-dev-32 repo]# nstcvs commit
+
  [root@nst-dev-32 repo]# svn commit
cvs commit: Examining .
 
 
   
 
   
  ... lots of CVS "Examining" messages
+
  ... Output from commit operation ...
    if a editor window asking for a comment appears
 
    then you still have files that are not checked in ...
 
 
   
 
   
cvs commit: Examining wui/include/at
 
cvs commit: Examining wui/include/make
 
 
  [root@nst-dev-32 repo]#
 
  [root@nst-dev-32 repo]#

Revision as of 18:31, 18 October 2009

Make sure that you invoke svn commit to verify that all modifications are checked in.

[root@nst-dev-32 repo]# svn commit

... Output from commit operation ...

[root@nst-dev-32 repo]#