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

Re: Tortoise SVN Ignore Usability

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-06-21 17:10:54 CEST

Molle Bestefich wrote:
> I personally find that TSVN's Global Ignore works excellently and is
> well documented.
>
> It's a real mess to deploy it to multiple installations, though. I
> consider it a Hack which is needed until the Subversion devs implement
> something smarter that can be stored in the repository.

global ignore patterns are by definition 'global' and not related to
projects. So storing them in a project would be just wrong.

> Same thing goes for TSVN's "set recursive" functionality.

That feature is not from TSVN but from Subversion. It's a simple flag
passed to the API.

> Subversion's svn:ignore just plain sucks, half the time I can't make
> that work.
>
> My dream ignore feature would be:
> a.) Set svn:ignore on the WC folder containing visual studio projects
> to "bin obj .*\.suo"

Here's your problem!
"bin obj *.suo"
would be correct. The ignore patterns are *not* regex strings. They just
have *some* regex funtionality (like e.g. [tT] to catch both lower and
uppercase letter 't').

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 Wed Jun 21 17:11:08 2006

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.