Will send_copyfrom_args be reverted for 'ra' layers too just like in issue #3711

2010-11-24 Thread prabhugnanasundar
Hi all, I am in the process of implementing the '--diff-copy-from' in svn diff, just similar to the '--diff-copy-from' in the svnlook diff. I have done the coding part for all the 'ra' layers, except the 'svnserve'. Meanwhile I came to know that the 'send_copyfrom_args' for 'svn update' (client

[PATCH] Indentation error in swig binding

2010-11-01 Thread prabhugnanasundar
Hi, I am using Debian Lenny. I get swig 1.3.25 with it by default. When I try to install the swig-py, I get indentation error at core.py file (line 3178). Since it is an auto generated code from core.i file, modifying the core.i file solved the problem. My friend uses swig 1.3.40 which comes with

Re: [PATCH] Enhancement to svnperms.py to read sections via regex

2010-10-05 Thread prabhugnanasundar
9/29/2010 08:50 AM, prabhugnanasundar wrote: > > Mike, > > Sorry for the delayed response. > > Your point is very much a valid one, Mike. But since we used > > *re.match*, "perf" would not match "superfun". But your point really > > hol

Re: [PATCH] Enhancement to svnperms.py to read sections via regex

2010-10-01 Thread prabhugnanasundar
s required... Thanks for the suggestions Mike :) Prabhu GS On Fri, 2010-09-24 at 11:23 -0400, C. Michael Pilato wrote: > On 09/22/2010 09:07 AM, prabhugnanasundar wrote: > > Hi, > > > > The svnperms.py script reads the svnperms.conf file, which needs the > > section rules fo

[PATCH] Enhancement to svnperms.py to read sections via regex

2010-09-22 Thread prabhugnanasundar
Hi, The svnperms.py script reads the svnperms.conf file, which needs the section rules for all the repos uniquely. This was quite tough when we have n number if repos. I wished that svnperms.py reads regex matches and applies the configuration rules and came up with this patch. Mid-way of my codin