Re: [PATCH] Fix for Issue #3781 (Case Sensitive Authz)

2011-02-11 Thread Kamesh Jayachandran
On 02/10/2011 01:15 PM, Arwin Arni wrote: On Thursday 10 February 2011 12:48 PM, Arwin Arni wrote: On Wednesday 09 February 2011 09:21 PM, Arwin Arni wrote: Hi All, Here's the patch for the implementation of the logic. Regards, Arwin Arni Sorry, Please ignore the previous patch. There was a

Re: [PATCH] Fix for Issue #3781 (Case Sensitive Authz)

2011-02-11 Thread Arwin Arni
On Friday 11 February 2011 07:06 PM, Kamesh Jayachandran wrote: Thanks Arwin. Committed at r1069791. With regards Kamesh Jayachandran Here is the follow-up patch that fixes the deprecated calls of svn_config_read. Regards, Arwin Arni Index: subversion/libsvn_subr/config.c

Re: [PATCH] Fix for Issue #3781 (Case Sensitive Authz)

2011-02-11 Thread Kamesh Jayachandran
On 02/11/2011 07:49 PM, Arwin Arni wrote: On Friday 11 February 2011 07:06 PM, Kamesh Jayachandran wrote: Thanks Arwin. Committed at r1069791. With regards Kamesh Jayachandran Here is the follow-up patch that fixes the deprecated calls of svn_config_read. Regards, Arwin Arni Thanks

[PATCH] Fix for Issue #3781 (Case Sensitive Authz)

2011-02-09 Thread Arwin Arni
Hi All, This patch fixes Issue #3781 - http://subversion.tigris.org/issues/show_bug.cgi?id=3781 and the corresponding XFail case in authz_tests.py (case_sensitive_authz). This makes the section names of the authz files case sensitive. Attached is the patch and log message. Index:

Re: [PATCH] Fix for Issue #3781 (Case Sensitive Authz)

2011-02-09 Thread Daniel Shahaf
Arwin Arni wrote on Wed, Feb 09, 2011 at 17:39:55 +0530: * subversion/libsvn_repos/authz.c, subversion/tests/libsvn_subr/cache-test.c, subversion/tests/libsvn_subr/config-test.c, subversion/tests/cmdline/atomic-ra-revprop-change.c, subversion/svnserve/serve.c,

Re: [PATCH] Fix for Issue #3781 (Case Sensitive Authz)

2011-02-09 Thread Arwin Arni
On Wednesday 09 February 2011 07:02 PM, Daniel Shahaf wrote: Arwin Arni wrote on Wed, Feb 09, 2011 at 17:39:55 +0530: * subversion/libsvn_repos/authz.c, subversion/tests/libsvn_subr/cache-test.c, subversion/tests/libsvn_subr/config-test.c,

Re: [PATCH] Fix for Issue #3781 (Case Sensitive Authz)

2011-02-09 Thread Arwin Arni
Hi All, Here's the patch for the implementation of the logic. Regards, Arwin Arni Index: subversion/libsvn_subr/config.c === --- subversion/libsvn_subr/config.c (revision 1068869) +++ subversion/libsvn_subr/config.c

Re: [PATCH] Fix for Issue #3781 (Case Sensitive Authz)

2011-02-09 Thread Arwin Arni
On Thursday 10 February 2011 12:48 PM, Arwin Arni wrote: On Wednesday 09 February 2011 09:21 PM, Arwin Arni wrote: Hi All, Here's the patch for the implementation of the logic. Regards, Arwin Arni Sorry, Please ignore the previous patch. There was a stray caller of svn_config_create (whose