Author: stylesen
Revision: 884792
Modified property: svn:log

Modified: svn:log at Fri Nov 27 09:29:19 2009
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Nov 27 09:29:19 2009
@@ -1,9 +1,10 @@
-Resolve deprecation warnings in 'svnadmin', using the new
-dirent/URI/path functions.
+* subversion/libsvn_client/patch.c
+  (resolve_target_path): Remove the hack added in r880473 which was supposed
+   to help with applying patches containing paths with Windows-style path
+   separators on UNIX. The rationale is that UNIX patch does not do this,
+   so we shouldn't either. This commit does not revert r880473 entirely,
+   since we keep using svn_dirent_internal_style() rather than
+   svn_dirent_canonicalize() to canonicalize the target path parsed from
+   the patch file.
 
-* subversion/svnadmin/main.c
- (main): Use `svn_dirent_canonicalize()'.
- (list_dblogs): Use `svn_dirent_join()'.
-
-Patch by: Kannan R <[email protected]>
-(Tweaked by me, formatting only)
+Suggested by: brane

Reply via email to