info-cvs
[Top][All Lists]
Advanced

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

Adding files


From: Dave
Subject: Adding files
Date: Thu, 1 Sep 2005 14:08:03 -0700

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.

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

Thanks,
Dave




reply via email to

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