Yes, thank you very much. I am reading. I fount what I want. Pls see below.
I can go ahead. Thanks once again for your support.
taken from the OUTPUT of *man 1 cvs*
update keeps you informed of its progress by printing a line for
each file, prefaced with one of the characters to indicate the
status of the file:
U file The file has been brought up to date with respect to the
repository. This is done for any file that exists in the
repository but not in your source, and for files that you
haven't changed but are not the most recent versions
available in the repository.
P file As but instead of transferring the entire file a patch
containing the required changes were sent.
A file The file has been added to your private copy of the
sources,
and will be added to the source repository when you run on
the file. This is a reminder to you that the file needs to
be committed.
R file The file has been removed from your private copy of the
sources, and will be removed from the source repository
when
you run on the file. This is a reminder to you that the
file
needs to be committed.
M file The file has been modified in your working directory. can
indicate one of two states for a file you're working on:
either there were no modifications to the same file in the
repository, so that your file remains as you last saw it;
or
there were modifications in the repository as well as in
your
copy, but they were merged successfully, without conflict,
in
your working directory.
C file A conflict has been detected while trying to merge your
changes to file with changes from the source ...