[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: Molle Bestefich <molle.bestefich_at_gmail.com>
Date: 2006-06-21 12:59:26 CEST

Kevin Cannon wrote:
> I understand Tortoise certainly has to deal with some limitations of
> subversion,but Tortoises Global Ignore could be changed.

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.

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

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"
b.) Make a tick in the "inherit to folders" check box
c.) Commit and be done with it forever.

The TSVN GUI could present a ignore dialog box with a simpler syntax
to the user, where wildcards gets converted to a proper regex
automatically: *.suo --> .*\.suo

Keep it real simple but allow the power user to do fancy stuff.

Well, enough dreaming :-).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Jun 21 12:59:36 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.