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

2002-09-18 Thread Riechers, Matthew W
From: George xu [mailto:[EMAIL PROTECTED]] I met a problem, if I create many level directory in a project. I must add every directory. Does anyone know how to directly add text.txt file under the new folder ? 'cvs add' is not recursive. Read the manual for details.

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

2002-09-18 Thread Anders Truelsen
-level folder to cvs project problem. From: George xu [mailto:[EMAIL PROTECTED]] I met a problem, if I create many level directory in a project. I must add every directory. Does anyone know how to directly add text.txt file under the new folder ? 'cvs add

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

2002-09-18 Thread Larry Jones
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