Re: ignore not recursive to subdirectories
From: <cmpilato_at_collab.net>
Date: 2003-05-02 15:43:13 CEST
Ben Collins <bcollins@debian.org> writes:
> On Thu, May 01, 2003 at 11:17:17PM -0400, Faheem Mitha wrote:
Actually, svn:ignore on files is kinda useless. You're really looking
find . -type d | grep -v '.svn/' | xargs svn propset svn:ignore -F mysvn-ignore
---------------------------------------------------------------------
|
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.