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

Re: svn commit: rev 4781 - in trunk/subversion: libsvn_client tests/clients/cmdline

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-02-08 11:13:51 CET

epg@tigris.org writes:

> Author: epg
> Date: 2003-02-07 12:03:42 -0600 (Fri, 07 Feb 2003)
> New Revision: 4781
>
> Modified:
> trunk/subversion/libsvn_client/commit.c
> trunk/subversion/tests/clients/cmdline/basic_tests.py
> Log:
> svn import was importing items matching the user's ignore list. Fix
> this in a similar manner to the svn add fix in rev 4780. Suggested by
> cmpilato.
>
> Also fix a bogus comment from rev 4780.
>
> * subversion/libsvn_client/commit.c:
> (import_dir): Use svn_wc_is_ignored to avoid adding items matching
> the user's ignore list.
> (import): Same thing.
>
> * subversion/tests/clients/cmdline/basic_tests.py:
> (basic_add_ignores): Fix comment which referred to "revision XXX"
> and svn_config_is_ignored (name of svn_wc_is_ignored in a previous
> version of that change).
> (basic_import_ignores): Regression test for this bug.
> (test_list): Run it.

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.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 8 11:14:32 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.