At 13:17 +0200 4/24/02, Janning Vygen wrote:
>How can i easily remove all files in a sandbox which are
>
>1. not yet registered in the repository via cvs add /cvs import
>2. are ignored by .cvsignore or internal ignore list (like .o ~ etc.)

Use "cvs -nq update" and look at the lines that begin with a "?". 
Those lines contain the names of the files that match criteria 1 
above.

Files that match the ignore list patterns AND have a cvs status of 
"Unknown" are the ones that match criteria 2.

Some scripting will get you the rest of what you want.

Fred
-- 
Fred Brehm, Sarnoff Corporation, [EMAIL PROTECTED]
http://www.sarnoff.com/digital_video_informatics/vision_technology/index.asp

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to