Bill Tutt <rassilon@lyra.org> (rassilon)


Patch
r4561, r2498, r1311, r1206

r4561 | cmpilato | 2003-01-24 10:38:25 -0600 (Fri, 24 Jan 2003)

* subversion/clients/cmdline/cat-cmd.c
  (svn_client_cat): Finish Issue #1104 ("svn cat subcommand corrupts output
    on Win32 boxes").

Patch by: Bill Tutt <rassilon@lyra.org>


r2498 | cmpilato | 2002-07-12 20:08:19 -0500 (Fri, 12 Jul 2002)

I should be giving (and should *have* been giving) Bill Tutt
<billtut@microsoft.com> all the credit for these recent (and
not-so-recent) modifications to merge() and friends.  Sorry, Bill.

Patch by: Bill Tutt <billtut@microsoft.com>

* subversion/libsvn_fs/tree.c
  (update_ancestry): was maybe_update_ancestry().
  (merge, txn_body_merge): maybe_update_ancestry => update_ancestry.


r1311 | cmpilato | 2002-02-19 10:36:42 -0600 (Tue, 19 Feb 2002)

* subversion/libsvn_wc/adm_ops.c:
  (svn_wc_revert): Fix a local variable declaration to be the same
  size as the argument to svn_wc__modify_entry.

Patch by: Bill Tutt
(Above portion only.)

* subversion/libsvn_wc/adm_ops.c
  (revert_admin_things): Fix modify_flags argument to be the same size
  as the argument to svn_wc__modify_entry.  This portion by cmpilato.


r1206 | kfogel | 2002-02-07 19:29:14 -0600 (Thu, 07 Feb 2002)

Implement a cancellation system, with a few minor tweaks.  There are
no users of the editor yet, this is just to make the functionality available.

Patch by: Bill Tutt <rassilon@lyra.org>

* subversion/libsvn_client/libsvn_client.dsp: Add cancellation_editor.c.

* subversion/include/svn_client.h
  (svn_client_cancellation_func_t): New function typedef.
  (svn_client_get_cancellation_editor): New prototype.

* subversion/include/svn_error_codes.h
  (SVN_ERR_CANCELED): New error.

* subversion/libsvn_client/cancellation_editor.c: New file.