Re: removing sandbox files ignored or not registerd via cvs add

2002-04-28 Thread Mark D. Baushke
Hi Janning, From: Janning Vygen [EMAIL PROTECTED] Date: Wed, 24 Apr 2002 13:17:36 +0200 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.)

removing sandbox files ignored or not registerd via cvs add

2002-04-24 Thread Janning Vygen
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.) sometimes (not very often :-) i feel satisfied with my results in the sandbox and i am commiting my

Re: removing sandbox files ignored or not registerd via cvs add

2002-04-24 Thread Gianni Mariani
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.) Usually this is part of the build e.g. make clean or make distclean So, you

Re: removing sandbox files ignored or not registerd via cvs add

2002-04-24 Thread Eric Siegerman
On Wed, Apr 24, 2002 at 06:42:48AM -0700, Gianni Mariani wrote: 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.) Usually this

Re: removing sandbox files ignored or not registerd via cvs add

2002-04-24 Thread Frederic Brehm
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