Monday, March 17, 2008

Viewing Changes / Updates To Your Sandbow But Without Actually Making Any Changes in Unix


Viewing Changes / Updates To Your Sandbow But Without Actually Making Any Changes

You will need to use the -nq argument.

For example, if there were no changes made by you (or by others that have committed changes to the repository), you would simply get your prompt back:

% cvs -nq update  %

If there were changes, however, then you would see those changes that CVS would want to apply. Those changes, however, will not be made to your sandbox.
% cvs -nq update  U TestCvsWS/TestCvsPRJ/src/info/idevelopment/PrintName.java  %

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home