George xu writes:
> 
>    I create the following directory structure, the test.txt file is in
> folder3. if I want to add test.txt to mypoject. I have to add folder1 the
> first, and then add folder2, then add folder3, then add test.txt file.
[...]
> Does anyone know how to directly add text.txt file under the new folder ?

Well, you might be able to use import.  Or, with reasonably recent
versions of CVS, I believe you can add everything with a single command:

        cd myproject
        cvs add folder1 folder1/folder2 folder1/folder2/folder3 
folder1/folder2/folder3/test.txt

-Larry Jones

It's not denial.  I'm just very selective about the reality I accept.
-- Calvin


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

Reply via email to