info-cvs
[Top][All Lists]
Advanced

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

Re: Easier way to add and remove?


From: Kaz Kylheku
Subject: Re: Easier way to add and remove?
Date: Tue, 28 Aug 2001 22:12:40 GMT
User-agent: slrn/0.9.6.3 (Linux)

In article <address@hidden>, Cornellious Mann wrote:
>Is there a way to dynamically commit all new and
>deleted files?  I can't find a way to do this.  I have
>to do an add or remove for each file.  Thanks for any
>help.

To remove files, simply remove them from the working copy and then
execute 'cvs rm'. CVS will note which files have been locally removed
and then schedule these files for repository-side removal.

To add local files which are not already added, you can, if you
are working in UNIX, do something like

        cvs add *.c

This will add any file that matches *.c. If it matches some files
that are already in CVS, that's okay.


reply via email to

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