On Saturday, February 8, 2003, at 01:37 PM, Eric Gillespie wrote:
> Philip Martin <philip@codematters.co.uk> writes:
>
>> FAIL: basic_tests.py 19: ignored files in the added directory should
>> not be
>> added
>> FAIL: basic_tests.py 20: ignored files in the imported directory
>> should not
>> be imported
>>
>> That's because I have global-ignores set in my config file and I don't
>> ignore .o files. It's annoying that I no longer get a clean test
>> suite run, we need a way to isolate the test suite from a user's
>> config file.
>
> Doh! What we need is a --no-rc option, like emacs -q. That is
> the command the test suite should run. I'll take a look at this.
this will be easier once the config options are pulled into the
svn_client_ctx_t instead of having the libraries read them in whenever
they want...
unfortunately, i keep running into the fact that we're reading the
config files in the oddest places, and it's annoying to pass the
svn_config_t's all the way down to where we need them... since the
patch is getting a bit overwhelming when i try to catch /all/ of them,
i'll probably check in a partially done patch later today that at least
covers the various config options used in the ra layers. the libsvn_wc
and other libraries will follow once i figure out the best approach.
-garrett
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 8 19:46:37 2003