Paulo Bras writes:
> 
> I'd like to know how can i import a full directory into an existing project. 
> That should include subdirectory and files inside the directory.

You can just do it:

        cvs import -m'import new dir' existing/project VEND REL

Or, you can move the directory into a checked-out working directory and
then "cvs add" the directories and files (but it's more work since you
have to add a directory before you can add any files or subdirectories
and "cvs add" isn't recursive).

-Larry Jones

I don't want to be THIS good! -- Calvin

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

Reply via email to