Running CVS Import Command
NOTE: CVS commands that move files list the files with a letter in from of them. This letter tells you what was done with the file.
You will see a list of files that are being copied to the repository. Those that are copied have a "N" for new before their name.
Example from CVS Book.
Hale$ cvs import -m "initial import into CVS" myproj jrandom start
N myproj/hello.c
N myproj/README.txt
cvs import: Importing /usr/local/cvs/myproj/a-subdir
N myproj/a-subdir/whatever.c
cvs import: Importing /usr/local/cvs/myproj/a-subdir/subsubdir
N myproj/a-subdir/subsubdir/fish.c
cvs import: Importing /usr/local/cvs/myproj/b-subdir
N myproj/b-subdir/random.c
No conflicts created by this import
Hale$