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

RE: Re: svn:global-ignores

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Tue, 17 Sep 2013 18:56:37 +0000

> Now I'm confused. You said earlier (and provided a link) that the svn:
> properties are set by the highest parent folder, in this case my web-hosted
> repository. The example provided shows a network server where properties
> can be assigned/changed. I can't do that on my web host.
>
> In your more recent post, you said that these properties are set by the child
> folder. I can't access the repository folder directly.
>
> Right or wrong, I'm definitely confused.

Svn:global-ignores is a property set on the repository. You don't need access to your host server to set that. Svn:global-ignores is combined with any "global ignores" set up in the config file. This is a "client" setting however on a shared host like Linux that file might be used by multiple users. Since we are talking about tortoise we are only dealing with windows here.

Svn:global-ignores is inherited... svn searchs UP the folder hierarchy until it finds it... once it finds it, then it stops lookings.

So....

/This
/This/Is
/This/Is/My
/This/Is/My/Path

If you are adding to /This/Is/My/Path and you have svn:global-ignores set at both /This/Is/My and /This/Is ... only the setting on /this/is/my will be used.

BOb

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3064738

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-09-17 20:56:42 CEST

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

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