[cvsnt] to know wich local files are diffrent than repository
Glen Starrett
grstarrett at cox.net
Tue Aug 26 18:16:19 BST 2003
> 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
More information about the cvsnt
mailing list