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

RE: recursive propedit

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Tue, 22 Mar 2011 16:22:12 -0400

> I am executing:
> svn propedit svn:ignore .
>
> But this works only on the current directory. I like to have it
> work
> on all the directories beneath the current directory also. And if
> possible on the directories that will be created in the future.
>
> Is this possible?

If you ignore a folder... you are also ignoring any contents or sub-folders of that folder.

For example, if you have:

/MyPath/Here/IngoreThis

svn:ignore IgnoreThis

as a property of the Here folder... the IgnoreThis and all its contents will be ignored. Or, is that not what you are asking?

BOb
Received on 2011-03-22 21:22:46 CET

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.