svn commit: r947432 - in /subversion/trunk/subversion: include/svn_client.h include/svn_diff.h libsvn_diff/parse-diff.c svn/cl.h svn/main.c svn/patch-cmd.c tests/cmdline/merge_tests.py tests/cmdline/p

2010-05-23 Thread stsp
Author: stsp Date: Sun May 23 15:39:31 2010 New Revision: 947432 URL: http://svn.apache.org/viewvc?rev=947432view=rev Log: * subversion/include/svn_client.h, subversion/include/svn_diff.h, subversion/libsvn_diff/parse-diff.c, subversion/svn/cl.h, subversion/svn/main.c,

svn commit: r947451 - /subversion/trunk/subversion/tests/cmdline/patch_tests.py

2010-05-23 Thread stsp
Author: stsp Date: Sun May 23 17:43:28 2010 New Revision: 947451 URL: http://svn.apache.org/viewvc?rev=947451view=rev Log: Follow-up to r947443: * subversion/tests/cmdline/patch_tests.py (patch_strip1): Pass --strip-count 1 instead of -p1. Modified:

svn commit: r947462 - /subversion/trunk/subversion/svn/main.c

2010-05-23 Thread stsp
Author: stsp Date: Sun May 23 18:30:36 2010 New Revision: 947462 URL: http://svn.apache.org/viewvc?rev=947462view=rev Log: * subversion/svn/main.c (svn_cl__options): Tweak description of --ignore-whitespace option, and add --iw as a short-hand alias for it. Modified:

svn commit: r947466 - in /subversion/trunk/subversion: include/svn_client.h tests/libsvn_client/client-test.c

2010-05-23 Thread stsp
Author: stsp Date: Sun May 23 18:51:36 2010 New Revision: 947466 URL: http://svn.apache.org/viewvc?rev=947466view=rev Log: Follow-up to r947457: * subversion/include/svn_client.h (svn_client_patch_func_t): Rename the LOCAL_ABSPATH parameter to CANON_PATH_FROM_PATCHFILE, as already done in