info-cvs
[Top][All Lists]
Advanced

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

Re: List of changed files


From: Mark E. Hamilton
Subject: Re: List of changed files
Date: Fri, 26 Aug 2005 12:47:08 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

Manish Rajpal wrote:

Is there any simple way to get a list of files that I have locally changed since the last checkout?

This will do it without merging in changes that other users may have committed:

cvs -q -n update

All locally modified files will be preceeded with 'M ', as in

sahp6613% cvs -q -n update
M test.xml
M subdir/test2.xml

If you want to merge in any committed changes, leave off the '-n' option.


--
----------------
Mark E. Hamilton
Orion International Technologies, Inc.
Sandia National Laboratory, NM.
505-844-7666





reply via email to

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