David Berry writes:
> 
> When do I use the import command instead of the
> add command?

You use add to add new files or directories within an existing, checked
out, working directory.  You use import to import a directory tree that
is not part of a working directory directly into the repository.  When
you do add, the files and directories are already part of the working
directory.  When you do import, you have to do a separate checkout or
update to get the files in a working directory.

-Larry Jones

You're going to be pretty lonely in the nursing home. -- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to