[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Fwd: [patch] contrib: support for a 'svn-clean:ignore' dirprop

From: Peter Samuelson <peter_at_p12n.org>
Date: Thu, 8 May 2008 16:04:00 -0500

> > So this patch implements support for a 'svn-clean:ignore' dir prop,
> > which contains glob patterns (one per line), indicating files not to be
> > removed even if they are unversioned. I hope people find it useful; my
> > coworkers and I certainly do.

[Simon Perreault]
> Wouldn't it be simpler to just use the svn:ignore property and then
> add a flag to svn-clean so that it handles those differently?

I thought about that, but I use svn:ignore and svn-clean:ignore
somewhat differently. I use svn:ignore for temporary build files,
'tags', and things like that. (Well, most such files are in client
global ignores, but not all.) I don't want to see them in 'svn status'
but I do want svn-clean to remove them. I use svn-clean:ignore for
unversioned files that cannot easily be regenerated.

Perhaps others would rather just use svn:ignore for both purposes,
though.

-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-08 23:04:15 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.