Edmund Wong <ed{_at_}kdtc.net>


Found Patch
r37155 r37095, r37051, r36971, r36875, r36604

r37155 | brane | 2009-04-10 06:42:49 -0500 (Fri, 10 Apr 2009)

* subversion/libsvn_client/merge.c (ENSURE_VALID_REVISION_KINDS): Remove.
  Was cruft left over from who knows when.

Found by: Edmund Wong <ed{_at_}kdtc.net>


r37095 | stylesen | 2009-04-08 01:42:31 -0500 (Wed, 08 Apr 2009)

Fix typos in comments.

* subversion/include/svn_io.h
  (svn_stream_open_unique): s/possibly/possible/
  (svn_io_write_unique): s/possibly/possible/

Patch by: Edmund Wong <edmund@belfordhk.com>


r37051 | stylesen | 2009-04-07 04:14:57 -0500 (Tue, 07 Apr 2009)

Fix a typo in comment.

* subversion/include/svn_io.h
  (svn_io_open_unique_file3): s/possibly/possible/

Patch by: Edmund Wong <edmund@belfordhk.com>
(log message tweaked by me)


r36971 | stsp | 2009-04-03 11:02:49 -0500 (Fri, 03 Apr 2009)

Fix issue #3207, "svn rm error message clarification for added files".

* subversion/svn/util.c
  (svn_cl__may_need_force): In error message, mention that local modifications
   may be lost of --force is used.

* subversion/libsvn_client/delete.c
  (find_undeletables): In error message, suggest to commit or revert changes
   before trying to repeat the desired operation.

Patch by: Edmund Wong <edmund@belfordhk.com>
Suggested by: Braden Anderson <bander@tigris.org>
(initial patch tweaked by me, with help from Edmund)


r36875 | stsp | 2009-03-30 17:45:11 -0500 (Mon, 30 Mar 2009)

Followup to r36302.

Modified change-svn-wc-format.py to create or update format file in
the .svn folder.

* tools/client-side/change-svn-wc-format.py
 (WCFormatConverter: write_dir_format): Added a check if the entries
  file was parsed properly.  If so, the format file is also created
  (if it does not exist in the .svn folder) or updated with the given
  format_nbr value as given by the write_dir_format parameter.
 (Format): Added new class to take care of the .svn/format file.

Patch by: Edmund Wong <edmund@belfordhk.com>
Reviewed by: me
             arfrever
             danielsh
(Log message reformatted but otherwise left intact by me.)


r36604 | hwright | 2009-03-16 15:18:57 -0500 (Mon, 16 Mar 2009)

* CHANGES: Initial pass for 1.6.0.

Patch by: khmarbaise
          bhuvan
          Edmund <edmund@belfordhk.com>
          Thomas Koski <koski.tuomas@gmail.com>