I have had to interrupt (^c) cvs -d$CVSROOT checkout -P src command about three times. I was wondering whether checking out src three times would overwrite the old files or ignore what's already on the disk and update files that are not there or do anything else?
I know I am supposed to run cvs -d$CVSROOT checkout -P src once and once I have a tree, I can update it at a later time with cvs -d$CVSROOT up -Pd Thanks.

