| cvschanged -- Lists all files in checked out CVS modules that have been edited or changed locally. No connection is required to the CVS server. |
cvschanged -- Lists all files in checked out CVS modules that have been edited or changed locally. No connection is required to the CVS server.
When the current directory is a CVS module:
cvschanged
Checking checked out subdirectories:
cvschanged [<dir>...]
cvschanged will list all files in each checked-out module (and subdirectories) that have been edited or merged. This is done without needing to contact the CVS server, which greatly increases the speed for people who have a slow connection.
cd baseline/kdelibs; cvschanged
cd baseline; cvschanged kdelibs kdebase
Sirtaj Singh Kang <taj@kde.org>
| cvschanged -- Lists all files in checked out CVS modules that have been edited or changed locally. No connection is required to the CVS server. |