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=1404096&view=rev Log: * COMMITTERS: Changed my e-mail address. Modified: subversion/trunk/COMMITTERS Modified: subversion/trunk/COMMITTERS URL: http://svn.apache.org/viewvc/subver

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=1178435&view=rev Log: * tools/client-side/mergeinfo-sanitizer.py: New mergeinfo sanitizer script. Patch by: Prabhu Gnana Sundar Tweaked/Reviewed by: me Added: subversion/t

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=1173589&view=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:

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

2011-09-21 Thread kameshj
Author: kameshj Date: Wed Sep 21 12:25:10 2011 New Revision: 1173587 URL: http://svn.apache.org/viewvc?rev=1173587&view=rev Log: * STATUS: Vote for issue 3957. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org/viewvc/subver

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=1165631&view=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 en

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=1126459&view=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 rea

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=1102890&view=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

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=1102803&view=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 se

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=1102690&view=rev Log: Fix for issue3870 "File descriptor leaks during svnsync". Before this fix, all of destination delta editor's interfaces are called with *LONG* livin

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=1095662&view=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 Modi

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=1088602&view=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 additi

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=1081703&view=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

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=1081390&view=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 test

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=1076234&view=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

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=1069821&view=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/c

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=1069791&view=rev Log: Fix Issue #3781 (Case sensitive authz). * subversion/tests/cmdline/authz_tests.py (case_sensitive_authz): Removed XFail decorator. * subversion/include/svn_conf

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: 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=1068802&view=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 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=1068411&view=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):

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: 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=1064729&view=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

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=1064093&view=rev Log: Fix for Issue #3781 repo prefix rules in authz section is checked case sensitively for write operations * subversion/libsvn_repos/aut

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=1058044&view=rev Log: * /site/publish/docs/release-notes/1.7.html: Remove redundant 'which'. Modified: subversion/site/publish/docs/release-notes/1.7.html Modified: s

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

2011-01-03 Thread kameshj
Author: kameshj Date: Mon Jan 3 11:11:49 2011 New Revision: 1054583 URL: http://svn.apache.org/viewvc?rev=1054583&view=rev Log: Make a mention of '--version' in help command output. Sanitize 'invalid' options passed after '--version' command. * subver

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: 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=1054133&view=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

svn commit: r1054115 - in /subversion/trunk/subversion: libsvn_client/ libsvn_ra_neon/ libsvn_ra_serf/ libsvn_subr/ svn/ svnlook/

2010-12-31 Thread kameshj
Author: kameshj Date: Fri Dec 31 14:24:13 2010 New Revision: 1054115 URL: http://svn.apache.org/viewvc?rev=1054115&view=rev Log: Prefix an underscore to the error messages to make it visible to the translator. * subversion/libsvn_subr/auth.c * subversion/svn/util.c * subversion/svn/propget-c

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=1054090&view=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

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 a

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=1053833&view=rev Log: Removed unused function parameters. * subversion/libsvn_wc/update_editor.c (accumulate_last_change): Removed 'svn_wc__db_t *db' and 'const

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: r1052547 - in /subversion/trunk/subversion: libsvn_client/log.c svn/commit-cmd.c

2010-12-24 Thread kameshj
Author: kameshj Date: Fri Dec 24 18:33:36 2010 New Revision: 1052547 URL: http://svn.apache.org/viewvc?rev=1052547&view=rev Log: Reslove some deprecation warnings: Make use of 'svn_uri_condense_targets' or 'svn_dirent_condense_targets' instead of deprecated &#

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=1051801&view=rev Log: doc typo fix. * subversion/include/svn_error.h (svn_error_purge_tracing): Remove extraneous 'is' from the docstring. Modified: subversion/tr

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=1049924&view=rev Log: Clear a deprecation warning during "make". * subversion/svnadmin/main.c (subcommand_lslocks): svn_repos_fs_get_locks is deprecated, hence us

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=1049819&view=rev Log: Removed a redundant member (added_with_history) from the file baton and removed *relevent* unreachable code. * subversion/libsvn_wc/update_editor.c (st

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

2010-12-03 Thread kameshj
Author: kameshj Date: Fri Dec 3 14:36:33 2010 New Revision: 1041839 URL: http://svn.apache.org/viewvc?rev=1041839&view=rev Log: Follow-up to r1041068. In r1041068 I removed "." as the default path for "" to fix assertion error. This change is not consistent with our

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=1041068&view=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_test

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=1033045&view=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-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=1033035&view=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/subver

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=1033028&view=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-c

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=1033001&view=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

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=1032610&view=rev Log: Improved the documentation of deprecated functions by providing links to the deprecating functions. * subversion/include/svn_path.h (svn_path_internal_s

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=1032568&view=rev Log: If diff command fails then use difflib.unified_diff() to generate diff. * tools/hook-scripts/mailer/mailer.py (DiffGenerator.__getitem__): Fall bac

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=1004306&view=rev Log: Pass NULL pointer to svn_relpath_basename wherever the returned basename need not be allocated in pool. * subversion/mod_dav_svn/reports/upda

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=1002081&view=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/vi

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=1000436&view=rev Log: * STATUS Unpropose r989658 group in favour of 'r160'. Propose r138(formatting only fix) without which merge of r160 would conflict

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=989670&view=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/subver

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=989658&view=rev Log: [issue3695] Fix issue 3695. "SVNPathAuthz short_circuit ignores the authz path rules with repo prefix." * subversion/mod_dav_svn/version.c (): include

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: 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=979318&view=rev Log: svnrdump url_to_valid_repo causes segfault * subversion/svnrdump/svnrdump.c (main): handle the error cases when unknown_command is given and *no* subcommand g

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=979306&view=rev Log: 'svnrdump --version' should show the ra layer modules it is linked with like 'svn' and 'svnsync'. * subversion/svnrdump/svnrdump.c (

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

2010-06-16 Thread kameshj
Author: kameshj Date: Wed Jun 16 15:31:01 2010 New Revision: 955273 URL: http://svn.apache.org/viewvc?rev=955273&view=rev Log: *STATUS: (r917523) clarify 'encodable' Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apa

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

2010-06-16 Thread kameshj
Author: kameshj Date: Wed Jun 16 15:19:16 2010 New Revision: 955259 URL: http://svn.apache.org/viewvc?rev=955259&view=rev Log: *STATUS: describe the bug r916286, r917512 fixes Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache

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=933251&view=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/vi

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=933194&view=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_co

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 to

svn commit: r931948 - /subversion/trunk/subversion/mod_dav_svn/mirror.c

2010-04-08 Thread kameshj
Author: kameshj Date: Thu Apr 8 14:00:07 2010 New Revision: 931948 URL: http://svn.apache.org/viewvc?rev=931948&view=rev Log: Follow-up review comment to 'r917523'. 'svn_path_uri_encode' returns 'const char*' no need to type cast it to 'char*' when

svn commit: r928802 - /subversion/trunk/subversion/libsvn_repos/load.c

2010-03-29 Thread kameshj
Author: kameshj Date: Mon Mar 29 15:05:29 2010 New Revision: 928802 URL: http://svn.apache.org/viewvc?rev=928802&view=rev Log: Typo fix and indentation fix no-functional change. * subversion/libsvn_repos/load.c (renumber_mergeinfo_revs): Typo fix 'revsions'->'revisions&#

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=928793&view=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

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 is *not

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 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=917535&view=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 cont

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=917532&view=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/subver

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=917525&view=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

svn commit: r917523 - /subversion/trunk/subversion/mod_dav_svn/mirror.c

2010-03-01 Thread kameshj
Author: kameshj Date: Mon Mar 1 13:48:01 2010 New Revision: 917523 URL: http://svn.apache.org/viewvc?rev=917523&view=rev Log: With the below apache configuration(See the character "/svn 1/"). DAV svn SVNParentPath /repositories DAV svn SVNParentPath /repo

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=917512&view=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_fi

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=916322&view=rev Log: Deleting, will create if the other group of revisions are not approved. Removed: subversion/branches/1.6.x-r916286/

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=916321&view=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/subver

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=916319&view=rev Log: * STATUS: Nominate r878590, r878607, r878625, r878626, r878627. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL:

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

2010-02-25 Thread kameshj
Author: kameshj Date: Thu Feb 25 13:54:47 2010 New Revision: 916289 URL: http://svn.apache.org/viewvc?rev=916289&view=rev Log: * branches/1.6.x-r916286: New branch to merge r916286 to 1.6.x. Added: subversion/branches/1.6.x-r916286/ (props changed) - copied from r916288, subver

svn commit: r916286 - in /subversion/trunk/subversion/mod_dav_svn: dav_svn.h mirror.c mod_dav_svn.c

2010-02-25 Thread kameshj
Author: kameshj Date: Thu Feb 25 13:40:22 2010 New Revision: 916286 URL: http://svn.apache.org/viewvc?rev=916286&view=rev Log: With the below apache configuration(See the trailing slash at the end of '/svn/'). DAV svn SVNParentPath /repositories #See the trailing slash on

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

2010-02-02 Thread kameshj
Author: kameshj Date: Tue Feb 2 11:09:44 2010 New Revision: 905580 URL: http://svn.apache.org/viewvc?rev=905580&view=rev Log: Vote for r905326 Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org/viewvc/subversion/branches/1

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=905564&view=rev Log: * branches/1.6.x-r905326: Merge r905326 from trunk, resolving conflicts. Modified: subversion/branches/1.6.x-r905326/ (props changed) subversion/branches

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=905545&view=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, subver

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=905326&view=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 ur

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

2010-01-19 Thread kameshj
Author: kameshj Date: Tue Jan 19 14:54:07 2010 New Revision: 900805 URL: http://svn.apache.org/viewvc?rev=900805&view=rev Log: * STATUS: Nominate r900797 for 1.6.9. Modified: subversion/branches/1.6.x/STATUS Modified: subversion/branches/1.6.x/STATUS URL: http://svn.apache.org/vi

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=900797&view=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 it

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

2009-12-04 Thread kameshj
Author: kameshj Date: Sat Dec 5 02:43:59 2009 New Revision: 887484 URL: http://svn.apache.org/viewvc?rev=887484&view=rev Log: Fix a bug in which "update" did not propagate the local changes in a file(copy source) when the incoming change is a simple rename/copy of locally cha