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

[TSVN] Request: Recursive Add ignore directory trees

From: Erv Walter <Erv_at_epicsystems.com>
Date: 2004-09-10 17:29:50 CEST

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:

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 to prevent VS.NET
output
from being messed with in source control. However, TSVN does not leave
the
contents of these directories out of the list. It does leave the top
level
directory out of the list though. However, that is not what I would
like to
happen.

Let me give an example. Say I had these files not yet versioned:

.\Project\
.\Project\bin\
.\Project\bin\Project.dll
.\Project\bin\Project.pdb
.\Project\AssemblyInfo.cs
.\Project\Project.cs
.\Project\Project.csproj

Say I have "bin" (without the quotes) in my ignore pattern list. This
is what
I see in my add dialog box when I do "Add" on the .\Project\ directory:

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).
Received on Sat Sep 11 20:20:01 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.