svn commit: r1165631 - /subversion/trunk/tools/examples/get-location-segments.py

2011-09-06 Thread kameshj
Author: kameshj Date: Tue Sep 6 12:16:46 2011 New Revision: 1165631 URL: http://svn.apache.org/viewvc?rev=1165631view=rev Log: get-location-segments.py script would now work for self-signed ssl servers too * tools/examples/get-location-segments.py (main): added few auth providers to enable

svn commit: r1173589 - /subversion/branches/1.6.x/STATUS

2011-09-21 Thread kameshj
Author: kameshj Date: Wed Sep 21 12:27:51 2011 New Revision: 1173589 URL: http://svn.apache.org/viewvc?rev=1173589view=rev Log: * STATUS: Moving the fix for issue 3957 to Approved section. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http

svn commit: r1178435 - /subversion/trunk/tools/client-side/mergeinfo-sanitizer.py

2011-10-03 Thread kameshj
Author: kameshj Date: Mon Oct 3 16:01:52 2011 New Revision: 1178435 URL: http://svn.apache.org/viewvc?rev=1178435view=rev Log: * tools/client-side/mergeinfo-sanitizer.py: New mergeinfo sanitizer script. Patch by: Prabhu Gnana Sundar prabhugs{_AT_}collab.net Tweaked/Reviewed by: me Added

svn commit: r979306 - /subversion/trunk/subversion/svnrdump/svnrdump.c

2010-07-26 Thread kameshj
Author: kameshj Date: Mon Jul 26 14:27:56 2010 New Revision: 979306 URL: http://svn.apache.org/viewvc?rev=979306view=rev Log: 'svnrdump --version' should show the ra layer modules it is linked with like 'svn' and 'svnsync'. * subversion/svnrdump/svnrdump.c (version): print the ra_module info

svn commit: r979318 - /subversion/trunk/subversion/svnrdump/svnrdump.c

2010-07-26 Thread kameshj
Author: kameshj Date: Mon Jul 26 14:42:38 2010 New Revision: 979318 URL: http://svn.apache.org/viewvc?rev=979318view=rev Log: svnrdump unknown_command url_to_valid_repo causes segfault * subversion/svnrdump/svnrdump.c (main): handle the error cases when unknown_command is given

svn propchange: r982516 - svn:log

2010-08-05 Thread kameshj
Author: kameshj Revision: 982516 Modified property: svn:log Modified: svn:log at Thu Aug 5 13:19:03 2010 -- --- svn:log (original) +++ svn:log Thu Aug 5 13:19:03 2010 @@ -1,5 +1,5 @@ Test export of externals (directory

svn commit: r989658 - /subversion/trunk/subversion/mod_dav_svn/version.c

2010-08-26 Thread kameshj
Author: kameshj Date: Thu Aug 26 13:06:28 2010 New Revision: 989658 URL: http://svn.apache.org/viewvc?rev=989658view=rev Log: [issue3695] Fix issue 3695. SVNPathAuthz short_circuit ignores the authz path rules with repo prefix. * subversion/mod_dav_svn/version.c (): include mod_dav_svn.h

svn commit: r989670 - /subversion/branches/1.6.x/STATUS

2010-08-26 Thread kameshj
Author: kameshj Date: Thu Aug 26 13:19:20 2010 New Revision: 989670 URL: http://svn.apache.org/viewvc?rev=989670view=rev Log: * STATUS: Nominate r989658. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org/viewvc/subversion

svn commit: r1000436 - /subversion/branches/1.6.x/STATUS

2010-09-23 Thread kameshj
Author: kameshj Date: Thu Sep 23 12:53:13 2010 New Revision: 1000436 URL: http://svn.apache.org/viewvc?rev=1000436view=rev Log: * STATUS Unpropose r989658 group in favour of 'r160'. Propose r138(formatting only fix) without which merge of r160 would conflict. Add vote

svn commit: r1002081 - /subversion/branches/1.5.x/STATUS

2010-09-28 Thread kameshj
Author: kameshj Date: Tue Sep 28 09:52:03 2010 New Revision: 1002081 URL: http://svn.apache.org/viewvc?rev=1002081view=rev Log: *STATUS: Vote for r138, r160 Modified: subversion/branches/1.5.x/STATUS Modified: subversion/branches/1.5.x/STATUS URL: http://svn.apache.org/viewvc

svn commit: r1004306 - in /subversion/trunk/subversion: libsvn_client/repos_diff.c libsvn_ra_neon/commit.c libsvn_ra_serf/commit.c libsvn_repos/node_tree.c libsvn_wc/update_editor.c mod_dav_svn/report

2010-10-04 Thread kameshj
Author: kameshj Date: Mon Oct 4 16:14:17 2010 New Revision: 1004306 URL: http://svn.apache.org/viewvc?rev=1004306view=rev Log: Pass NULL pointer to svn_relpath_basename wherever the returned basename need not be allocated in pool. * subversion/mod_dav_svn/reports/update.c

svn commit: r1404096 - /subversion/trunk/COMMITTERS

2012-10-31 Thread kameshj
Author: kameshj Date: Wed Oct 31 11:21:08 2012 New Revision: 1404096 URL: http://svn.apache.org/viewvc?rev=1404096view=rev Log: * COMMITTERS: Changed my e-mail address. Modified: subversion/trunk/COMMITTERS Modified: subversion/trunk/COMMITTERS URL: http://svn.apache.org/viewvc/subversion

svn commit: r1032568 - /subversion/trunk/tools/hook-scripts/mailer/mailer.py

2010-11-08 Thread kameshj
Author: kameshj Date: Mon Nov 8 13:41:23 2010 New Revision: 1032568 URL: http://svn.apache.org/viewvc?rev=1032568view=rev Log: If diff command fails then use difflib.unified_diff() to generate diff. * tools/hook-scripts/mailer/mailer.py (DiffGenerator.__getitem__): Fall back

svn commit: r1032610 - /subversion/trunk/subversion/include/svn_path.h

2010-11-08 Thread kameshj
Author: kameshj Date: Mon Nov 8 15:46:00 2010 New Revision: 1032610 URL: http://svn.apache.org/viewvc?rev=1032610view=rev Log: Improved the documentation of deprecated functions by providing links to the deprecating functions. * subversion/include/svn_path.h (svn_path_internal_style

svn commit: r1033001 - /subversion/trunk/subversion/tests/cmdline/info_tests.py

2010-11-09 Thread kameshj
Author: kameshj Date: Tue Nov 9 14:57:51 2010 New Revision: 1033001 URL: http://svn.apache.org/viewvc?rev=1033001view=rev Log: New test for issue 3609 * subversion/tests/cmdline/info_tests.py (info_url_special_characters): New test (test_list): Add new test. Patch by: Noorul Islam K M

svn commit: r1033028 - in /subversion/trunk/subversion: svn/cat-cmd.c tests/cmdline/cat_tests.py

2010-11-09 Thread kameshj
Author: kameshj Date: Tue Nov 9 15:37:08 2010 New Revision: 1033028 URL: http://svn.apache.org/viewvc?rev=1033028view=rev Log: [issue 3609] Assertion failed errors when the url has encoded characters. Canonicalize paths before passing them to svn_client_cat2. * subversion/svn/cat-cmd.c

svn commit: r1033035 - /subversion/trunk/subversion/svn/cat-cmd.c

2010-11-09 Thread kameshj
Author: kameshj Date: Tue Nov 9 15:42:44 2010 New Revision: 1033035 URL: http://svn.apache.org/viewvc?rev=1033035view=rev Log: Follow-up to r1033028 Cosmetic fix of 2 space indentation. * subversion/svn/cat-cmd.c (svn_cl__cat): 2 space indentation. Modified: subversion/trunk/subversion

svn commit: r1033045 - in /subversion/trunk/subversion: svn/list-cmd.c tests/cmdline/basic_tests.py

2010-11-09 Thread kameshj
Author: kameshj Date: Tue Nov 9 15:56:04 2010 New Revision: 1033045 URL: http://svn.apache.org/viewvc?rev=1033045view=rev Log: [issue 3609] Assertion failed errors when the url has encoded characters. Canonicalize paths before passing them to svn_client_list2. * subversion/svn/list-cmd.c

svn commit: r1041068 - in /subversion/trunk/subversion: libsvn_client/diff.c tests/cmdline/depth_tests.py tests/cmdline/diff_tests.py

2010-12-01 Thread kameshj
Author: kameshj Date: Wed Dec 1 16:09:29 2010 New Revision: 1041068 URL: http://svn.apache.org/viewvc?rev=1041068view=rev Log: Fix assertion error when there is a prop diff on a dir and the diff target is implicit current working directory or URL. * subversion/tests/cmdline/diff_tests.py

svn commit: r1049819 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

2010-12-16 Thread kameshj
Author: kameshj Date: Thu Dec 16 08:45:46 2010 New Revision: 1049819 URL: http://svn.apache.org/viewvc?rev=1049819view=rev Log: Removed a redundant member (added_with_history) from the file baton and removed *relevent* unreachable code. * subversion/libsvn_wc/update_editor.c (struct file_baton

svn commit: r1049924 - /subversion/trunk/subversion/svnadmin/main.c

2010-12-16 Thread kameshj
Author: kameshj Date: Thu Dec 16 11:05:55 2010 New Revision: 1049924 URL: http://svn.apache.org/viewvc?rev=1049924view=rev Log: Clear a deprecation warning during make. * subversion/svnadmin/main.c (subcommand_lslocks): svn_repos_fs_get_locks is deprecated, hence using the new

svn commit: r1051801 - /subversion/trunk/subversion/include/svn_error.h

2010-12-22 Thread kameshj
Author: kameshj Date: Wed Dec 22 09:18:26 2010 New Revision: 1051801 URL: http://svn.apache.org/viewvc?rev=1051801view=rev Log: doc typo fix. * subversion/include/svn_error.h (svn_error_purge_tracing): Remove extraneous 'is' from the docstring. Modified: subversion/trunk/subversion/include

svn propchange: r1053185 - svn:log

2010-12-28 Thread kameshj
Author: kameshj Revision: 1053185 Modified property: svn:log Modified: svn:log at Tue Dec 28 10:24:15 2010 -- --- svn:log (original) +++ svn:log Tue Dec 28 10:24:15 2010 @@ -1,4 +1,4 @@ -Follow up to r1051744, replace all

svn commit: r1053833 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

2010-12-30 Thread kameshj
Author: kameshj Date: Thu Dec 30 09:10:08 2010 New Revision: 1053833 URL: http://svn.apache.org/viewvc?rev=1053833view=rev Log: Removed unused function parameters. * subversion/libsvn_wc/update_editor.c (accumulate_last_change): Removed 'svn_wc__db_t *db' and 'const char *local_abspath

svn propchange: r1053499 - svn:log

2010-12-30 Thread kameshj
Author: kameshj Revision: 1053499 Modified property: svn:log Modified: svn:log at Thu Dec 30 11:46:43 2010 -- --- svn:log (original) +++ svn:log Thu Dec 30 11:46:43 2010 @@ -1,5 +1,5 @@ Follow up to r1051988 which had

svn commit: r1054090 - in /subversion/trunk/subversion/tests/cmdline: upgrade_tests.py upgrade_tests_data/upgrade_with_scheduled_change.tar.bz2

2010-12-31 Thread kameshj
Author: kameshj Date: Fri Dec 31 11:07:08 2010 New Revision: 1054090 URL: http://svn.apache.org/viewvc?rev=1054090view=rev Log: Adds an XFail test of wc-upgrade(1.6-wc+scheduled_change to 1.7-wc). * subversion/tests/cmdline/upgrade_tests_data/upgrade_with_scheduled_change.tar.bz2 New file

svn commit: r1054133 - in /subversion/trunk/subversion: libsvn_wc/entries.c tests/cmdline/upgrade_tests.py

2010-12-31 Thread kameshj
Author: kameshj Date: Fri Dec 31 16:16:08 2010 New Revision: 1054133 URL: http://svn.apache.org/viewvc?rev=1054133view=rev Log: Fix svn upgrade segfault when it upgrades a WC with items scheduled for addition. * subversion/libsvn_wc/entries.c (write_entry): When a item is scheduled its

svn propchange: r1050291 - svn:log

2011-01-03 Thread kameshj
Author: kameshj Revision: 1050291 Modified property: svn:log Modified: svn:log at Mon Jan 3 10:28:20 2011 -- --- svn:log (original) +++ svn:log Mon Jan 3 10:28:20 2011 @@ -1,5 +1,5 @@ * subversion/svnrdump/svnrdump.c

svn commit: r1058044 - /subversion/site/publish/docs/release-notes/1.7.html

2011-01-12 Thread kameshj
Author: kameshj Date: Wed Jan 12 10:12:57 2011 New Revision: 1058044 URL: http://svn.apache.org/viewvc?rev=1058044view=rev Log: * /site/publish/docs/release-notes/1.7.html: Remove redundant 'which'. Modified: subversion/site/publish/docs/release-notes/1.7.html Modified: subversion/site

svn commit: r1064093 - /subversion/trunk/subversion/libsvn_repos/authz.c

2011-01-27 Thread kameshj
Author: kameshj Date: Thu Jan 27 11:41:43 2011 New Revision: 1064093 URL: http://svn.apache.org/viewvc?rev=1064093view=rev Log: Fix for Issue #3781 repo prefix rules in authz section is checked case sensitively for write operations * subversion/libsvn_repos/authz.c

svn commit: r1064729 - /subversion/trunk/subversion/libsvn_repos/authz.c

2011-01-28 Thread kameshj
Author: kameshj Date: Fri Jan 28 15:25:30 2011 New Revision: 1064729 URL: http://svn.apache.org/viewvc?rev=1064729view=rev Log: Revert r1064093. Let us go back to partial case sensitiveness(for commits) and partial case insensitiveness(for reads) till we have a proper fix for always case

svn propchange: r1064093 - svn:log

2011-01-28 Thread kameshj
Author: kameshj Revision: 1064093 Modified property: svn:log Modified: svn:log at Fri Jan 28 15:29:04 2011 -- --- svn:log (original) +++ svn:log Fri Jan 28 15:29:04 2011 @@ -6,3 +6,5 @@ sensitively for write operations

svn commit: r1068411 - /subversion/trunk/subversion/tests/cmdline/authz_tests.py

2011-02-08 Thread kameshj
Author: kameshj Date: Tue Feb 8 14:25:05 2011 New Revision: 1068411 URL: http://svn.apache.org/viewvc?rev=1068411view=rev Log: XFail testcase for the issue 3781 * subversion/tests/cmdline/authz_tests.py (case_sensitive_authz): New XFail test for the issue 3781 (test_list): Add

svn commit: r1068802 - /subversion/trunk/subversion/tests/cmdline/authz_tests.py

2011-02-09 Thread kameshj
Author: kameshj Date: Wed Feb 9 09:20:34 2011 New Revision: 1068802 URL: http://svn.apache.org/viewvc?rev=1068802view=rev Log: XFail testcase for the issue 3781 * subversion/tests/cmdline/authz_tests.py (case_sensitive_authz): Now handles the svnserve errors too. Prior to this commit

svn propchange: r1068802 - svn:log

2011-02-09 Thread kameshj
Author: kameshj Revision: 1068802 Modified property: svn:log Modified: svn:log at Wed Feb 9 09:23:11 2011 -- --- svn:log (original) +++ svn:log Wed Feb 9 09:23:11 2011 @@ -1,4 +1,4 @@ -XFail testcase for the issue 3781

svn commit: r1069791 - in /subversion/trunk/subversion: include/svn_config.h libsvn_repos/authz.c libsvn_subr/config.c libsvn_subr/config_impl.h libsvn_subr/deprecated.c tests/cmdline/atomic-ra-revpro

2011-02-11 Thread kameshj
Author: kameshj Date: Fri Feb 11 13:18:15 2011 New Revision: 1069791 URL: http://svn.apache.org/viewvc?rev=1069791view=rev Log: Fix Issue #3781 (Case sensitive authz). * subversion/tests/cmdline/authz_tests.py (case_sensitive_authz): Removed XFail decorator. * subversion/include/svn_config.h

svn commit: r1069821 - in /subversion/trunk/subversion: libsvn_fs_fs/fs_fs.c libsvn_subr/config.c svnserve/serve.c tests/libsvn_subr/cache-test.c tests/libsvn_subr/config-test.c

2011-02-11 Thread kameshj
Author: kameshj Date: Fri Feb 11 14:44:13 2011 New Revision: 1069821 URL: http://svn.apache.org/viewvc?rev=1069821view=rev Log: Follow-up to r1069791. Fix deprecated calls of svn_config_read. * subversion/libsvn_subr/config.c (read_all, svn_config_merge): * subversion/tests/libsvn_subr/cache

svn commit: r1076234 - /subversion/trunk/subversion/mod_authz_svn/mod_authz_svn.c

2011-03-02 Thread kameshj
Author: kameshj Date: Wed Mar 2 14:47:34 2011 New Revision: 1076234 URL: http://svn.apache.org/viewvc?rev=1076234view=rev Log: Update log_access_verdict to make it work with HTTPD 2.3.x as well as older server versions with reference to [1]. The function is being called with APLOG_MARK in few

svn commit: r1081390 - /subversion/trunk/subversion/tests/cmdline/merge_tests.py

2011-03-14 Thread kameshj
Author: kameshj Date: Mon Mar 14 14:24:58 2011 New Revision: 1081390 URL: http://svn.apache.org/viewvc?rev=1081390view=rev Log: Adds an XFail test to catch regression created by r1075802 * subversion/tests/cmdline/merge_tests.py (dry_run_merge_conflicting_binary): New XFail testcase

svn commit: r1081703 - /subversion/trunk/subversion/tests/cmdline/merge_tests.py

2011-03-15 Thread kameshj
Author: kameshj Date: Tue Mar 15 09:47:17 2011 New Revision: 1081703 URL: http://svn.apache.org/viewvc?rev=1081703view=rev Log: Fix docstring. * subversion/tests/cmdline/merge_tests.py (dry_run_merge_conflicting_binary): Fix a typo in docstring at the same time shorten it for 50 char

svn commit: r1088602 - in /subversion/trunk/subversion: mod_dav_svn/mirror.c tests/cmdline/dav-mirror-autocheck.sh

2011-04-04 Thread kameshj
Author: kameshj Date: Mon Apr 4 12:55:38 2011 New Revision: 1088602 URL: http://svn.apache.org/viewvc?rev=1088602view=rev Log: Fix the regression issue triggered by r917523. The revision r917523 do some url encodings to the paths and uris which are not url-encoded. But there is one additional

svn commit: r1095662 - /subversion/trunk/subversion/tests/cmdline/dav-mirror-autocheck.sh

2011-04-21 Thread kameshj
Author: kameshj Date: Thu Apr 21 11:42:32 2011 New Revision: 1095662 URL: http://svn.apache.org/viewvc?rev=1095662view=rev Log: * subversion/tests/cmdline/dav-mirror-autocheck.sh: Add a test-case to showcase an out-of-date slave related issue #3680. Patch by: Arwin Arni arwin{_AT_}collab.net

svn commit: r1102690 - in /subversion/trunk/subversion: libsvn_ra_serf/replay.c tests/cmdline/svnsync_tests.py

2011-05-13 Thread kameshj
Author: kameshj Date: Fri May 13 12:22:15 2011 New Revision: 1102690 URL: http://svn.apache.org/viewvc?rev=1102690view=rev Log: Fix for issue3870 File descriptor leaks during svnsync. Before this fix, all of destination delta editor's interfaces are called with *LONG* living pool(dst_rev_pool

svn commit: r1102803 - /subversion/trunk/subversion/mod_dav_svn/reports/update.c

2011-05-13 Thread kameshj
Author: kameshj Date: Fri May 13 16:04:26 2011 New Revision: 1102803 URL: http://svn.apache.org/viewvc?rev=1102803view=rev Log: Provide a meaningful error for write through proxy setup. * subversion/mod_dav_svn/reports/update.c (dav_svn__update_report): Detect the write through proxy set up

svn commit: r1102890 - /subversion/branches/1.6.x/STATUS

2011-05-13 Thread kameshj
Author: kameshj Date: Fri May 13 20:37:06 2011 New Revision: 1102890 URL: http://svn.apache.org/viewvc?rev=1102890view=rev Log: Propose r939000 r939002 r1102803 for backport. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org

svn commit: r1126459 - /subversion/trunk/subversion/svnadmin/main.c

2011-05-23 Thread kameshj
Author: kameshj Date: Mon May 23 11:57:01 2011 New Revision: 1126459 URL: http://svn.apache.org/viewvc?rev=1126459view=rev Log: It has 2 changes. When creating a repo svnadmin sends the 'config' parameter which is never used since the 1.0.x and populating 'config' by reading from path where

svn commit: r900797 - /subversion/trunk/subversion/libsvn_ra_neon/commit.c

2010-01-19 Thread kameshj
Author: kameshj Date: Tue Jan 19 14:35:26 2010 New Revision: 900797 URL: http://svn.apache.org/viewvc?rev=900797view=rev Log: Make CHECKOUT request on VCC url rather than the baseline url as that avoids the detection of *out of date* baseline url from the mirror and leave that to CHECKOUT itself

svn commit: r905326 - /subversion/trunk/subversion/libsvn_ra_serf/commit.c

2010-02-01 Thread kameshj
Author: kameshj Date: Mon Feb 1 16:29:35 2010 New Revision: 905326 URL: http://svn.apache.org/viewvc?rev=905326view=rev Log: [issue3561] Follow-up commit similar to r900797 for ra_serf layer committing to http-v2 unaware proxy. Make CHECKOUT request on VCC url rather than the baseline url

svn commit: r905545 - /subversion/branches/1.6.x-r905326/

2010-02-02 Thread kameshj
Author: kameshj Date: Tue Feb 2 08:58:40 2010 New Revision: 905545 URL: http://svn.apache.org/viewvc?rev=905545view=rev Log: * branches/1.6.x-r905326: New branch to merge r905326 to 1.6.x. Added: subversion/branches/1.6.x-r905326/ (props changed) - copied from r905544, subversion

svn commit: r905564 - in /subversion/branches/1.6.x-r905326: ./ CHANGES subversion/libsvn_ra_serf/commit.c

2010-02-02 Thread kameshj
Author: kameshj Date: Tue Feb 2 10:19:45 2010 New Revision: 905564 URL: http://svn.apache.org/viewvc?rev=905564view=rev Log: * branches/1.6.x-r905326: Merge r905326 from trunk, resolving conflicts. Modified: subversion/branches/1.6.x-r905326/ (props changed) subversion/branches/1.6

svn commit: r916319 - /subversion/branches/1.6.x/STATUS

2010-02-25 Thread kameshj
Author: kameshj Date: Thu Feb 25 15:18:54 2010 New Revision: 916319 URL: http://svn.apache.org/viewvc?rev=916319view=rev Log: * STATUS: Nominate r878590, r878607, r878625, r878626, r878627. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http

svn commit: r916321 - /subversion/branches/1.6.x/STATUS

2010-02-25 Thread kameshj
Author: kameshj Date: Thu Feb 25 15:23:47 2010 New Revision: 916321 URL: http://svn.apache.org/viewvc?rev=916321view=rev Log: * STATUS: Nominate r916286. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org/viewvc/subversion

svn commit: r916322 - /subversion/branches/1.6.x-r916286/

2010-02-25 Thread kameshj
Author: kameshj Date: Thu Feb 25 15:25:45 2010 New Revision: 916322 URL: http://svn.apache.org/viewvc?rev=916322view=rev Log: Deleting, will create if the other group of revisions are not approved. Removed: subversion/branches/1.6.x-r916286/

svn commit: r917512 - in /subversion/trunk/subversion/mod_dav_svn: mirror.c mod_dav_svn.c

2010-03-01 Thread kameshj
Author: kameshj Date: Mon Mar 1 13:15:58 2010 New Revision: 917512 URL: http://svn.apache.org/viewvc?rev=917512view=rev Log: Follow-up to r916286. * subversion/mod_dav_svn/mod_dav_svn.c (create_dir_config): * subversion/mod_dav_svn/mirror.c (dav_svn__location_in_filter

svn commit: r917525 - /subversion/branches/1.6.x/STATUS

2010-03-01 Thread kameshj
Author: kameshj Date: Mon Mar 1 13:55:14 2010 New Revision: 917525 URL: http://svn.apache.org/viewvc?rev=917525view=rev Log: * STATUS: Nominate r917512 to r916286 group. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org/viewvc

svn commit: r917532 - /subversion/branches/1.6.x/STATUS

2010-03-01 Thread kameshj
Author: kameshj Date: Mon Mar 1 13:59:03 2010 New Revision: 917532 URL: http://svn.apache.org/viewvc?rev=917532view=rev Log: * STATUS: Nominate r917523. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org/viewvc/subversion

svn commit: r917535 - /subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c

2010-03-01 Thread kameshj
Author: kameshj Date: Mon Mar 1 14:04:17 2010 New Revision: 917535 URL: http://svn.apache.org/viewvc?rev=917535view=rev Log: Follow-up to r916286 r917512. * subversion/mod_dav_svn/mod_dav_svn.c (create_dir_config): Add a comment that 'dir' is always a URI in SVN context. Suggested

svn propchange: r917512 - svn:log

2010-03-01 Thread kameshj
Author: kameshj Revision: 917512 Modified property: svn:log Modified: svn:log at Mon Mar 1 18:04:19 2010 -- --- svn:log (original) +++ svn:log Mon Mar 1 18:04:19 2010 @@ -1,9 +1,10 @@ Follow-up to r916286

svn propchange: r917523 - svn:log

2010-03-02 Thread kameshj
Author: kameshj Revision: 917523 Modified property: svn:log Modified: svn:log at Tue Mar 2 08:42:42 2010 -- --- svn:log (original) +++ svn:log Tue Mar 2 08:42:42 2010 @@ -13,13 +13,13 @@ Write through proxy

svn commit: r928793 - /subversion/branches/1.6.x/STATUS

2010-03-29 Thread kameshj
Author: kameshj Date: Mon Mar 29 14:49:19 2010 New Revision: 928793 URL: http://svn.apache.org/viewvc?rev=928793view=rev Log: * STATUS: Vote and approve issue #3020 group. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org

svn propchange: r931948 - svn:log

2010-04-08 Thread kameshj
Author: kameshj Revision: 931948 Modified property: svn:log Modified: svn:log at Thu Apr 8 14:02:39 2010 -- --- svn:log (original) +++ svn:log Thu Apr 8 14:02:39 2010 @@ -1,4 +1,5 @@ -Follow-up review comment

svn commit: r933194 - /subversion/trunk/subversion/mod_authz_svn/mod_authz_svn.c

2010-04-12 Thread kameshj
Author: kameshj Date: Mon Apr 12 11:26:28 2010 New Revision: 933194 URL: http://svn.apache.org/viewvc?rev=933194view=rev Log: [issue2753] Fix issue 2753. Relax requests aimed at the repo Parent path from authz control. * subversion/mod_authz_svn/mod_authz_svn.c (create_authz_svn_dir_config

svn commit: r933251 - /subversion/branches/1.6.x/STATUS

2010-04-12 Thread kameshj
Author: kameshj Date: Mon Apr 12 14:19:23 2010 New Revision: 933251 URL: http://svn.apache.org/viewvc?rev=933251view=rev Log: *STATUS: Propose r933194 for backport. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org/viewvc