info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How can I import a full directory into a CVS project?


From: Larry Jones
Subject: Re: How can I import a full directory into a CVS project?
Date: Thu, 5 Apr 2001 14:31:42 -0400 (EDT)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]