info-cvs
[Top][All Lists]
Advanced

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

Re: Adding files


From: Jim Hyslop
Subject: Re: Adding files
Date: Thu, 01 Sep 2005 17:36:47 -0400
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

Dave wrote:
Hello all,

I'm sitting in the root of my (large) CVS source tree. Spread throughout the
directories of the tree are a number of new files, all with the extension
.vcproj.

From the root of my course tree, I'd like to issue the following command:

cvs add *.vcproj

However, my CVS client responds that it knows nothing about *.vcproj.

I am working under a DOS command prompt. If I were under Linux, I'd try
something like this:

cvs add `find . -name "*.vcproj" -print`

Alas, I don't have that option in Bill's world.
No, but Cygwin lets you do that.


How may I accomplish my aim here without going into each individual
directory?

dir /s /b *.vcproj>projfiles.bat

will give you a list of all the .vcproj files. Then edit the file to insert "cvs add".

Klunky, ugly, time-consuming and all that, but it'll get you there.

--
Jim





reply via email to

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