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

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

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-09-11 10:10:45 CEST

Erv Walter wrote:
> I incorrectly created an issue for this before discussing it on the
> list. Sorry about
> that. However, discussion may still be valuable, so I’m sending this
> now as well:

I left this issue of you open, because it isn't about something that's
not TSVN fault, already fixed or just plain RTFM.
(your second issue is closed because you should have read the FAQ, which
explains why those overlays are missing.)

> When I need to recursively add a tree to SVN, I right click on the
> new folder and TSVN shows me a list of the files which can be added.
> I have several directories in my ignore list such as "bin" "obj" etc

Sorry, but the ignore list doesn't ignore directories. It does ignore
all files and directories which match the patterns, but _not_ including
all files in a folder which matches those patterns.

[snip]
> Project Project\bin\Project.dll Project\bin\Project.pdb
> Project\AssemblyInfo.cs Project\Project.cs Project\Project.csproj
>
> What I would prefer to see is this (with the entire bin tree
> ignored):
>
> Project Project\AssemblyInfo.cs Project\Project.cs
> Project\Project.csproj
>
> Make sense? I am using a recent nightly build (Sept 8).

To me, this doesn't make any sense. And I even think this would be
dangerous. If you don't want the file Project.pdb to show up in the add
dialog, simply add *.pdb to your ignore pattern list! That way you can
really be sure that only files which really _match_ those patterns don't
show up.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
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:14 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.