Konstantin Kolinko <knst.kolinko@gmail.com>


Found Patch Suggested
r1501807, r1197998, r1185911, r876722 r1132586 r1308624

r876722 | hwright | 2009-03-18 04:29:42 +0000 (Wed, 18 Mar 2009)

* CHANGES
  (1.6.0): More editing

Patch by: Chris Foote <cafoote@yahoo.com>
          me

Found by: Konstantin Kolinko <knst.kolinko@gmail.com>


r1132586 | danielsh | 2011-06-06 10:41:27 +0000 (Mon, 06 Jun 2011)

Update URL in a comment in repro-template.sh to point to svn.apache.org
repository, instead of the old collab.net one.

Patch by: Konstantin Kolinko <knst.kolinko@gmail.com>

* docs/community-guide/repro-template.sh: Update URL.

r1185911 | rhuijben | 2011-10-18 22:53:53 +0000 (Tue, 18 Oct 2011)

Add XFail test for issue reported on users@s.a.o in the
"E155010: "The node was not found" when updating a sparse working copy" thread

Found by: Konstantin Kolinko <knst.kolinko{_AT_}gmail.com>

* subversion/tests/cmdline/depth_tests.py
  (update_below_depth_empty): Add new XFail test.
  (test_list): Add update_below_depth_empty test.


r1197998 | stsp | 2011-11-05 17:54:31 +0000 (Sat, 05 Nov 2011)

Make 'svn patch' ignore "/dev/null" patch target paths to improve
compatibility with patches generated by git. Git uses "/dev/null" as the
old name for newly added targets, and as the new name for deleted targets.

Reported by: Konstantin Kolinko
http://svn.haxx.se/users/archive-2011-11/0126.shtml

* subversion/libsvn_client/patch.c
  (choose_target_filename): If one of the filenames is "/dev/null",
   use the other filename.

* subversion/tests/cmdline/patch_tests.py
  (patch_dev_null, test_list): New test.


r1308624 | stsp | 2012-04-02 23:42:41 +0000 (Mon, 02 Apr 2012)

* site/publish/faq.html
  (hidden-log): Explain the ^/ shortcut better.

Suggested by: Konstantin Kolinko


r1501807 | breser | 2013-07-10 15:49:43 +0000 (Wed, 10 Jul 2013)

* CHANGES: Typo fix of shared to sharded.

Found by: Konstantin Kolinko <knst.kolinko{_AT_}gmail.com>