[cvsnt] to know wich local files are diffrent than repository

Aaron Kynaston akynaston at novell.com
Tue Aug 26 22:52:21 BST 2003


Actually, isn't that

cvs -n update? i.e. . .it's not a update param, it's a cvs exe param .
.

>>> "Glen Starrett" <grstarrett at cox.net> 8/26/2003 1:16:19 PM >>>
> To save automatically my workspace with only changes files, i 
> would like to have the list of files than differs with repository.
> 
> Could you help me ?
> 
> I dont know wich comman to use.

cvs update -n will tell you which files have changed locally ("M") and
which have changed on the server ("U") without changing your sandbox.

You don't need to specify the changed files during a commit though.
Simply running "cvs commit" will only save the locally changed files
to
the repository.

Try reading this to get a feel for how CVS works (sorry, I don't know
if
there are any translations available):
http://www.cvshome.org/docs/manual/ 


Glen Starrett


_______________________________________________
cvsnt mailing list
cvsnt at cvsnt.org 
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt


More information about the cvsnt mailing list