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

Re: [TSVN] More ignore trouble

From: Rainer Müller <mueller_rainer_at_gmx.de>
Date: 2005-07-09 17:26:59 CEST

Thomas Beale wrote:
> I am using the ignore pattern *.adl2
>
> Here is what I have tried:
> - setting *.adl2 in the ignore/exclude list on the settings dialog (what
> does TSVN do with this value?)
> - setting svn:ignore = *.adl2 in the top directory of the repository
> - choosing a file and telling TSVN to ignore files of that pattern (I
> assume this sets svn:ignore on the immediate owning directory -
> consistent with what I see in properties).
>
> I think only the last one is working. But this means I have to repeat
> that action on every directory in the repository. Ok, it's easy for me -
> I have cygwin and can do a find . -name *.adl2 -exec propset ....., but
> this is going to be difficult to explain to many of our users who are
> just windows/gui people. If they create a new directory sometime down
> the track, will that directory inherit the property settings of the
> parent? I think it should. Otherwise people are going to go a bit crazy
> not understanding why things that seemed to work before (in some
> directory) now don't work in the new directory.
>
> I have read most of the doc, and FAQs, and I have the impression that
> there is no place for settings for a reposiotry as a whole; it is either
> 'the client machine (all repositories)' or 'per-directory'. Am I missing
> something here?

Yes, there is a check box named 'recursive' to set properties like
svn:ignore to all directories in the tree. But it will only get applied
to already existing directories and not to them later created ones.

Directories can't inherit the properties because you can checkout any
directory you want which would lack that properties if you only set it
to your other WC root (e.g. you set it on trunk/ but someone checks out
trunk/docs).

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Jul 9 17:27:13 2005

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

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