RE: Re: Global Ignore Pattern Issues
From: Peter Yamamoto <yamamotop_at_page44.com>
Date: 2006-04-06 23:04:35 CEST
Listen up folks! This should be standard practice by now for anybody who is responsible for/involved with build practices...
So many headaches, so much wasted time, because this is not done!-(
Unfortunately, we inherited a large protect with the same problem (poop everywhere).
And, um speaking of which, I hate to say it, but projects shouldn't be self centered either. The "generated" files of svn can wreak havoc on other tools that don't necessarily think having a global ignore/exclude list is a normal part of configuration (a million and one art tools for example, other build tools, etc).
$0.02
Sorry for the semi-off-topic rant!-)
-----Original Message-----
Aaron Davies wrote:
> OK, it looks like I may have been at least partially barking up the
Then you can't ignore them.
> showing up. However, the "bin/com" folders contained within them are
No. Because depending on what folder you're showing the status for, Subversion uses relative paths or even no paths at all. So when you're ignoring bin/com and Subversion checks the status inside the bin folder, it can't ignore the com folder because 'com' doesn't match 'bin/com'.
> For reference, my entire ignore pattern is:
Why don't you use */com/* */com to ignore the com folder inside the bin folder?
> As you can see, this is a multi-language project using both Java
What you should ask yourself here: why did you version the bin folder in the first place? Maybe you can reorganize your source tree to put *all* generated files into one folder and then just ignore that folder with the svn:ignore property (take our project as an example).
Stefan
-- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org For additional commands, e-mail: users-help@tortoisesvn.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org For additional commands, e-mail: users-help@tortoisesvn.tigris.orgReceived on Thu Apr 6 23:04:50 2006 |
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.