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.

http://www.cvshome.org/docs/manual/cvs_7.html#SEC67

-Matt


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



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

2002-09-18 Thread Anders Truelsen

If you're on Windows using WinCVS there is an excellent macro that can
perform recursive add for you.

Regards,
anders

 -Original Message-
 From: Riechers, Matthew W [mailto:[EMAIL PROTECTED]]
 Sent: 18. september 2002 14:02
 To: 'George xu'
 Cc: [EMAIL PROTECTED]
 Subject: RE: Add multi-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' is not recursive. Read the manual for details.
 
   http://www.cvshome.org/docs/manual/cvs_7.html#SEC67
 
 -Matt
 
 
 ___
 Info-cvs mailing list
 [EMAIL PROTECTED]
 http://mail.gnu.org/mailman/listinfo/info-cvs


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



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 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