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

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

From: Erv Walter <erv_at_ewal.net>
Date: 2004-09-11 16:30:19 CEST

SteveKing wrote:

>
> 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.
>
> Stefan
>
Ok. I'll find some kind of workaround.

I understand your position and that things won't be changing, but I
figured I'd at least explain why I asked for this so that I see like
less of an incompetent fool (which is how the replies are making me sound).

What my team needs it a way to ignore the output of Visual Studio .NET.
We don't want our output stored in source control. We only want the
files needed to build to be stored in source control. The definition of
"output" is _any_ file that appears anywhere under a directory names bin
or obj. That output directory contains *.dll *.pdb *.xml amoung other
files types. Yes, we already have *.pdb ignored globally. However we
can't just globally ignore *.dll and *.xml because there are other files
elsewhere in the repository that need to be there that have these
extensions (third pary dlls we must link against, etc).

So, I'll find some kind of workaround. Probably I'll just change the
config back and forth as needed using .reg files or something since the
need to add *.dll and *.xml files is less common than the need to ignore
them.

---------------------------------------------------------------------
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:20 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.