Hyrum Wright <hyrum_wright@mail.utexas.edu> (hwright)


Found Patch Suggested
r22718 r22532, r22484, r22464, r22336, r22200, r18475, r17336, r15278, r14413 r17717

r22718 | dlr | 2006-12-15 13:24:15 -0600 (Fri, 15 Dec 2006)

A follow-up to r22715, fixing a type cast.

* subversion/libsvn_client/ra.c
  (push_wc_prop): Use "svn_prop_t *" in conjunction with
   APR_ARRAY_PUSH() to item->incoming_prop_changes.

Found by: hwright


r22532 | cmpilato | 2006-12-01 10:20:19 -0600 (Fri, 01 Dec 2006)

Use os.path.join() in the tests instead of hardcoding specific path
separators.

* subversion/tests/cmdline/copy_tests.py
  (resurrect_deleted_dir, copy_deleted_dir_into_prefix,
   copy_modify_commit, copy_delete_commit, mv_and_revert_directory):
    Don't concatenate paths manually, use os.path.join() instead.

Patch by: Hyrum K. Wright <hyrum_wright@mail.utexas.edu>


r22484 | hwright | 2006-11-28 13:31:42 -0600 (Tue, 28 Nov 2006)

Patch by: me
Approved by: dlr

* www/hacking.html
  (error-messages): Add a suggestion to avoid using Subversion-specific
  abbreviations in error messages.


r22464 | hwright | 2006-11-27 22:32:52 -0600 (Mon, 27 Nov 2006)

Update the tests to consistently use None as the first argument when
calling run_and_verify_svn.

Patch by: me
Approved by: dlr

* subversion/tests/cmdline/revert_tests.py
* subversion/tests/cmdline/log_tests.py
* subversion/tests/cmdline/trans_tests.py
* subversion/tests/cmdline/externals_tests.py
* subversion/tests/cmdline/copy_tests.py
* subversion/tests/cmdline/svnversion_tests.py
* subversion/tests/cmdline/special_tests.py
* subversion/tests/cmdline/basic_tests.py
* subversion/tests/cmdline/utf8_tests.py
* subversion/tests/cmdline/commit_tests.py
* subversion/tests/cmdline/authz_tests.py
  Change calls to svntest.actions.run_and_verify_svn to use None instead
  of "" when not expecting a message.


r22336 | glasser | 2006-11-18 09:54:24 -0600 (Sat, 18 Nov 2006)

* subversion/bindings/java/javahl/README
  Many small tweaks (typos, etc).
  A little more verbosity about the fix needed on MacOS X.
  Update the name of JavaSVN to SVNKit.

Patch by: Hyrum K. Wright <hyrum_wright@mail.utexas.edu>
          me
------------------------------------------------------------------------

r22200 | lgo | 2006-11-03 07:16:21 -0600 (Fri, 03 Nov 2006)

* subversion/tests/cmdline/copy_tests.py
  (copy_to_root): After doing a repo->repo copy, update the working copy 
   and verify that the copy actually happened.

Patch by: Hyrum K. Wright <hyrum_wright@mail.utexas.edu>
------------------------------------------------------------------------

r18475 | djames | 2006-02-15 23:04:26 -0600 (Wed, 15 Feb 2006)

Import the shutil module for use in a conditional case.

Patch by: Hyrum K. Wright <hyrum_wright@byu.edu>

* build/generator/swig/checkout_swig_header.py:
  Import shutil module.



r17717 | lundblad | 2005-12-09 17:55:59 -0600 (Fri, 09 Dec 2005)

* subversion/libsvn_wc/README (The entries file): Fix typo; follow-up
to r17713.

Suggested by: Hyrum K. Wright <hyrum_wright@byu.edu>


r17336 | julianfoad | 2005-11-14 13:57:20 -0600 (Mon, 14 Nov 2005)

Replace some occurrences of SVN_ERR_CL_ARG_PARSING_ERR in favor of
SVN_ERR_CL_INSUFFICIENT_ARGS.   INSUFFICIENT_ARGS better matches the
meaning of what we were using ARG_PARSING_ERR for.  Also, update the
generic error message to suggest running help.

Patch by: Hyrum K. Wright <hyrum_wright@byu.edu>
          me

* subversion/include/svn_error_codes.h
  (SVN_ERR_CL_INSUFFICIENT_ARGS): Add suggestion to run 'svn help'.

* subversion/libsvn_subr/opt.c
  (svn_opt_parse_num_args): Replace SVN_ERR_CL_ARG_PARSING_ERR in favor
    of SVN_ERR_CL_INSUFFICIENT_ARGS.

[in subversion/clients/cmdline]

* cleanup-cmd.c
  (svn_cl__cleanup): Don't bother checking for no arguments just after
    we've ensured there is one.

* copy-cmd.c (svn_cl__copy):
* export-cmd.c (svn_cl__export):
* move-cmd.c (svn_cl__move):
    Split the conditional checking for arguments and replace
    SVN_ERR_CL_ARG_PARSING_ERR in favor of SVN_ERR_CL_INSUFFICIENT_ARGS.
    This is consistent with svn_cl__import.

* add-cmd.c (svn_cl__add),
  blame-cmd.c (svn_cl__blame),
  cat-cmd.c (svn_cl__cat),
  checkout-cmd.c (svn_cl__checkout),
  delete-cmd.c (svn_cl__delete),
  import-cmd.c (svn_cl__import),
  lock-cmd.c (svn_cl__lock),
  merge-cmd.c (svn_cl__merge),
  mkdir-cmd.c (svn_cl__mkdir),
  resolved-cmd.c (svn_cl__resolved),
  revert-cmd.c (svn_cl__revert),
  switch-cmd.c (rewrite_urls, svn_cl__switch),
  unlock-cmd.c (svn_cl__unlock): Replace SVN_ERR_CL_ARG_PARSING_ERR in
    favor of SVN_ERR_CL_INSUFFICIENT_ARGS.


r15278 | kfogel | 2005-07-06 12:46:08 -0500 (Wed, 06 Jul 2005)

* www/project_tasks.html (error-messages): Remove redundant issue link.

Patch by: Hyrum K. Wright <hyrum_wright@byu.edu>


r14413 | maxb | 2005-04-22 17:26:41 -0500 (Fri, 22 Apr 2005)

Fix bogus URL in the "you need to download apr-util" message.

Patch by: Hyrum K. Wright <hyrum_wright@byu.edu>

* build/ac-macros/aprutil.m4: Correct bogus URL.