info-cvs
[Top][All Lists]
Advanced

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

Re: Adding a directory recursively


From: Spiro Trikaliotis
Subject: Re: Adding a directory recursively
Date: Tue, 10 Jan 2006 21:50:05 +0100
User-agent: Mutt/1.5.9i

Hello,

* On Tue, Jan 10, 2006 at 12:22:44PM -0800 Rahul wrote:
> You can use "cvs import" or use CVS clients like IntelliJ/IdeaJ to
> automate recursive add/commits across multiple  directory trees.

... or he can use find(1l) to add all directories first (find . -type d),
and then add all files (find . -type f), leaving out all CVS/
directories.

Regards,
   Spiro.

-- 
Spiro R. Trikaliotis                              http://cbm4win.sf.net/
http://www.trikaliotis.net/                     http://www.viceteam.org/




reply via email to

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