Osku Salerma <osku@iki.fi>


Patch Suggested
r860235, r860229, r860222 r860236

r860222 | rooneg | 2006-06-16 18:01:13 +0000 (Fri, 16 Jun 2006)

Documentation fixes for run_tests.py.

Patch by: Osku Salerma <osku@iki.fi>

* build/run_tests.py
  (main): Documentation fixes.


r860229 | ivan | 2006-06-17 10:56:17 +0000 (Sat, 17 Jun 2006)

Make all svn:ignore pattern matching go through a single function to make
future enhancements easier.

Patch by: Osku Salerma <osku@iki.fi>

* subversion/include/svn_wc.h
  (svn_wc_match_ignore_list): New function declaration.

* subversion/libsvn_wc/util.c
  (svn_wc_match_ignore_list): New function.

* subversion/libsvn_wc/status.c (send_unversioned_item): Use 
  svn_wc_match_ignore_list instead of svn_cstring_match_glob_list.

* subversion/libsvn_client/add.c (add_dir_recursive): Ditto.

* subversion/libsvn_client/commit.c (import_dir, import): Ditto.


r860235 | julianfoad | 2006-06-18 17:50:57 +0000 (Sun, 18 Jun 2006)

Provide numeric progress information when running the test suite, as it was
difficult to judge the progress without it.

Patch by: Osku Salerma <osku@iki.fi>

* build/run_tests.py
  (TestHarness::run): Pass the current and total test numbers to _run_test().
  (TestHarness::_run_test): Accept progress count arguments and print them
    after the test's name (in the form "[1/47]" for the first of 47 tests).


r860236 | julianfoad | 2006-06-18 18:10:36 +0000 (Sun, 18 Jun 2006)

Minor fixes to 'hacking.html'.

Suggested by: Osku Salerma <osku@iki.fi>

* www/hacking.html
  (participating): Remove an extraneous nonsense word.
  (release-numbering): Update the details of version numbering of
    development builds to match the current reality.