On Fri, Nov 30, 2001 at 01:07:11PM -0500, Michael Reed wrote: > Hello, > Can anyone recommend a way to list files (or directories) that exist > w/in a working copy that haven't been added/committed? For example, > ClearCase had "ls -view_private" or something like that to list such > files...
cvs -nq update |grep '^?' Or possibly "...update -I !" to have it list even files that are normally cvsignored. Steve _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
