Andreas J. Koenig <andreas.koenig@anima.de>


Patch Suggested
r843595, r843470 r844215, r843616

r843470 | fitz | 2002-10-18 05:47:45 +0000 (Fri, 18 Oct 2002)

This patch eliminates the underbar in status and update listings. If
there is nothing interesting to report on a file or its props, file
status or prop status will be ' ', respectively. Update status also no
longer prints an underbar when the text is normal and props exhibit a
change. All related tests are also updated and pass. 

Patch by: me
          Andreas J. Koenig <andreas.koenig@anima.de>
          Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com> 
(They wrote the initial patches to main.c, status.c and cl.h.)

* subversion/clients/cmdline/cl.h: 
  (svn_cl__generate_status_codes): Remove function declaration.

* subversion/clients/cmdline/feedback.c: 
  (notify): Remove underbar.

* subversion/clients/cmdline/main.c:
  (svn_opt_subcommand_desc_t): Fix docstring for svn_cl__status.

* subversion/clients/cmdline/status.c:
  (svn_cl__generate_status_codes): Make function static, remove
  underbars.

* subversion/tests/clients/cmdline/basic_tests.py:
  (basic_checkout): Remove underbars from status checks.
  (basic_switch): Remove underbars from status checks.
  (basic_delete): Remove underbars from status checks.
  (basic_import): Remove underbars from status checks.

* subversion/tests/clients/cmdline/commit_tests.py:
  (get_standard_state): Remove underbars from status checks.
  (commit_one_file): Remove underbars from status checks.
  (commit_one_new_file): Remove underbars from status checks.
  (commit_one_new_binary_file): Remove underbars from status checks.
  (commit_multiple_targets): Remove underbars from status checks.
  (commit_multiple_targets_2): Remove underbars from status checks.
  (commit_inclusive_dir): Remove underbars from status checks.
  (commit_top_dir): Remove underbars from status checks.
  (nested_dir_replacements): Remove underbars from status checks.
  (merge_mixed_revisions): Remove underbars from status checks.
  (commit_uri_unsafe): Remove underbars from status checks.
  (commit_add_file_twice): Remove underbars from status checks.
  (commit_current_dir): Remove underbars from status checks.
  (test_list): Remove XFAIL from commit_one_new_binary_file as it now
               passes (Referenced in issue 888)

* subversion/tests/clients/cmdline/copy_tests.py:
  (basic_copy_and_move_files): Remove underbars from status checks.
  (receive_copy_in_update): Remove underbars from status checks.
  (copy_files_with_properties): Remove underbars from status checks.
  (mv_and_revert_directory): Remove underbars from status checks.

* subversion/tests/clients/cmdline/log_tests.py:
  (guarantee_repos_and_wc): Remove underbars from status checks.

* subversion/tests/clients/cmdline/merge_tests.py:
  (textual_merges_galore): Remove underbars from status checks.
  (add_with_history): Remove underbars from status checks.
  (delete_file_and_dir): Remove underbars from status checks.

* subversion/tests/clients/cmdline/module_tests.py:
  (externals_test_setup): Remove underbars from status checks.

* subversion/tests/clients/cmdline/prop_tests.py:
  (make_local_props): Remove underbars from status checks.
  (commit_props): Remove underbars from status checks.
  (update_props): Remove underbars from status checks.
  (downdate_props): Remove underbars from status checks.
  (remove_props): Remove underbars from status checks.
  (update_conflict_props): Remove underbars from status checks.
  (commit_replacement_props): Remove underbars from status checks.
  (revert_replacement_props): Remove underbars from status checks.
  (inappropriate_props): Remove underbars from status checks.

* subversion/tests/clients/cmdline/stat_tests.py:
  (status_update_with_nested_adds): Remove underbars from status checks.

* subversion/tests/clients/cmdline/switch_tests.py:
  (get_routine_status_state): Remove underbars from status checks.
  (commit_routine_switching): Remove underbars from status checks.
  (full_update): Remove underbars from status checks.
  (update_switched_things): Remove underbars from status checks.
  (rev_update_switched_things): Remove underbars from status checks.

* subversion/tests/clients/cmdline/trans_tests.py:
  (update_modified_with_translation): Remove underbars from status checks.

* subversion/tests/clients/cmdline/update_tests.py:
  (update_binary_file): Remove underbars from status checks.
  (update_binary_file_2): Remove underbars from status checks.
  (detect_conflict_files): Remove underbars from status checks.
  (detect_conflict_files): Remove underbars from status checks.

* subversion/tests/clients/cmdline/svntest/actions.py:
  (get_virginal_state): Remove underbars from status checks.


r843595 | fitz | 2002-10-28 04:05:22 +0000 (Mon, 28 Oct 2002)

Book tweaks.

Patch by: Andreas J. Koenig <andreas.koenig@anima.de>

* doc/book/book/appa.xml: Fix typo.

* doc/book/book/ch02.xml: Tweak comment, fix busted emacs local variables.

* doc/book/book/ch03.xml: Fix typos. New paragraph.

* doc/book/book/ch05.xml: Fix typos.


r843616 | fitz | 2002-10-29 02:41:11 +0000 (Tue, 29 Oct 2002)

* doc/book/book/appa.xml: Add flag and comment.

Suggested by: Andreas J. Koenig <andreas.koenig@anima.de>


r844215 | fitz | 2002-12-17 04:46:24 +0000 (Tue, 17 Dec 2002)

Grammatical tweak.  

Suggested by: Andreas J. Koenig <andreas.koenig@anima.de>
              Colin Watson <cjwatson@flatline.org.uk>

* /trunk/doc/book/book/ch03.xml: Grammar fix.