Google search bar

April 02, 2007

CVS: find different or unmanaged files

Suppose you want to find the files in a local directory that are not under CVS version control.
  1. cd into the directory
  2. run "cvs diff -l --brief"
You will see a list of differences. Files not under version control will be shown with a '?'

No comments: