info-cvs
[Top][All Lists]
Advanced

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

Re: Add multi-level folder to cvs project problem.


From: Larry Jones
Subject: Re: Add multi-level folder to cvs project problem.
Date: Wed, 18 Sep 2002 10:46:09 -0400 (EDT)

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




reply via email to

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