You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2010/03/08 13:17:00 UTC

svn propchange: r920292 - svn:log

Author: rhuijben
Revision: 920292
Modified property: svn:log

Modified: svn:log at Mon Mar  8 12:17:00 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Mar  8 12:17:00 2010
@@ -1,5 +1,5 @@
 Resolve issue #3535, by making it possible to checkout repositories from a
-Windows drive root. Based on a patch by Gavin Baumanis, but extended to
+Windows drive root. Based on a patch by Hugo Bastos Weber, but extended to
 produce a better dirent. (The original version should work in 1.6.X,
 because the code doesn't use dirents there)
 
@@ -15,5 +15,5 @@
     New function, based on update_wc_on_windows_drive() in update_tests.py.
   (test_list): Add checkout_wc_from_drive.
 
-Patch by: Gavin Baumanis <gavin{_AT_}thespidernet.com>
+Patch by: Hugo Bastos Weber
 (Tweaks and testcase by me)