import options import import examples
import
keeps you informed of its progress by printing a line
for each file, preceded by one character indicating the status of the file:
U file
|
The file already exists in the repository and has not been locally modified; a new revision has been created (if necessary). |
N file
|
The file is a new file which has been added to the repository. |
C file
|
The file already exists in the repository but has been locally modified; you will have to merge the changes. |
I file
|
The file is being ignored (see cvsignore). |
L file
|
The file is a symbolic link; |