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

[TSVN] Re: Request: Recursive Add ignore directory trees

From: Michal Levý <michal.levy_at_mediaresearch.cz>
Date: 2004-09-11 16:08:27 CEST

SteveKing wrote:

> Erv Walter wrote:
>
>> The part about properties only working on svc-controlled folders makes
>> sense. However, I'm not talking about ignore properties that are in the
>> actual repository meta data. I am talking about the TSVN configuration
>> setting on the first page of the setting dialog that lets you _globally_
>> ignore a pattern.
>
>
> Even those 'global" ignore patterns are controlled by the Subversion
> library.
>
>> What I'm wishing is that the "global" setting applied even to files that
>> are being added that are not directly contained in an already controlled
>
>
> If you want those files being ignored, you have to add the _files_ to
> the ignore patterns, not just their parent folder.
> You see: the ignore patterns don't differ between files and folders. So
> if you ignore a folder, the folder won't show up but the files in it
> still will. You have to ignore those files separately.
> Just add e.g.
> *.pdb *.obj *.aps *.dll *.exe
> to your ignore pattern list.

But obviously this is not allways true....
For example: (global ignore for "bin" is set)
When I have versioned directory "\Test" and I add new directory "bin"
with a few files into that versioned directory, after "Add..." on
directory "\Test", no single file (and of course "bin" itself) is shown
in Add dialog.
But when I create directory "Test2" in "Test" (so structure is like
"Test\Test2" and Test2 is not yet versioned) and move entirely "bin"
directory into this new dir, Add command on "\Test" will show dialog
where are all files in "\Test\Test2\bin" but not "\Test\Test2\bin"
directory itself....
I think it's little inconsistent behaviour...
Or did I miss something ?
thx

Liwoj

> Stefan
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Sep 11 20:20:22 2004

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.