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

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
> more for something like:
>
> find . -type d | grep -v '.svn/' | xargs svn propset svn:ignore -F mysvn-ignore

Yes, but lose the /. Ie.

find . -type d | grep -v '.svn' | xargs svn propset svn:ignore -F mysvn-ignore

                                                                        Faheem.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 3 03:11:58 2003

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.