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

Re: Recursive propset of svn:ignore

From: Brian Mathis <bmathis_at_directedge.com>
Date: 2004-07-26 18:09:38 CEST

cd into your working copy then:
        find ./ -type d | xargs svn propset svn:ignore 'value'
don't use -R.

To see what it will operate on, you can do:
        find ./ -type d
as a dry run type of thing.

Kenneth Porter wrote:
> I wanted to set the svn:ignore property on the directories in my project
> but I'm wondering if the -R switch will also set it on all the files? Is
> that a bad thing?

-- 
Brian Mathis
http://directedge.com/b/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 26 18:10:23 2004

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

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