If you're paranoid like me you might also want to consider setting the
svn:ignore property on the directory.   The value of this property is a
newline-delimited list of filemasks to ignore when doing 'svn status' and
'svn add' and some other subcommands.  Because it's newline-delimited it
lends itself to being set using a disk file like so: 'svn propset svn:ignore
-F file_containing_filemasks .'
For further detail, it's documented in the book, I'm not sure where - just
searching through the online version for the string "svn:ignore" should
work.
> -----Original Message-----
> From: Ben Collins-Sussman [mailto:sussman@collab.net]
> Sent: Friday, July 09, 2004 10:05 AM
> To: Tom Bolick
> Cc: svn-users
> Subject: Re: un-versioning a file
> 
> 
> On Fri, 2004-07-09 at 09:03, Tom Bolick wrote:
> > I'm sure this is a simple question, but I can't find it in the docs.
> > 
> > I "accidentally" included my binary dll files in my 
> project.  Now I want to un-include them (i.e. have subversion 
> > consider them unversioned) so that it will track the Source 
> changes, not the compiled binary changes.
> 
> 'svn rm foo.dll;  svn commit'
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul  9 17:15:49 2004