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

Re: [TSVN] Ignoring folders using TSVN exclude/ignore pattern

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-03-13 12:24:47 CET

Dominik Guder wrote:

> I read the thread about [TSVN] Re: Ignoring folders using svn:ignore
>
> I hoped my issue about ignoring folders using TSVN exclude/ignore
> pattern will be addresed. But unfortunately it stopped on the way.
>
> So i'm asking for resolving one of my biggest issues as svn admin
> regarding TSVN:
>
> Please ignore folders using TSVN exclude/ignore pattern on adding
> directories

AFAIK this already works like that?

> In a .NET development environment it is necessary to ensure that 'bin'
> and 'obj' directories will not included in svn.

We know: TSVN is developed with VS.NET.

> This is working as expected for commits, if 'show unversioned files' is
> enabled and interestingly for imports also. But if I want to add an
> unversioned directory which includes 'bin' and 'obj' dirs, then these
> dirs are showing up and will be added to svn.

Can you give us a detailed reproduction recipe about this, including
your wc layout? Because this works for me (with HEAD of TSVN).

[snip]
> I looked around in TSVN sources,, but i could't figure out where the
> differences are, regarding adding and commiting files.

Me neither ;)

One thing: you should reorganize your projects like TSVN has:
Use _one_ obj folder where all subprojects put their own obj folders in
it. That means you have to change the paths in the project settings once.
The advantage you get is not only a better behaviour with
TSVN/Subversion, but also you can keep your source directory clean of
generated files - only sourcefiles will be there, no subfolder with
generated stuff in it.

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 Sun Mar 13 12:25:45 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.