Re: ignore not recursive to subdirectories
From: Faheem Mitha <faheem_at_email.unc.edu>
Date: 2003-05-03 03:09:49 CEST
On 02 May 2003 08:43:13 -0500, cmpilato@collab.net <cmpilato@collab.net> wrote:
> Actually, svn:ignore on files is kinda useless. You're really looking
Yes, but lose the /. Ie.
find . -type d | grep -v '.svn' | xargs svn propset svn:ignore -F mysvn-ignore
Faheem.
---------------------------------------------------------------------
|
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.