Re: [PATCH] svn command - cat - Multiple targets

2011-01-31 Thread Noorul Islam K M
Noorul Islam K M writes: > Noorul Islam K M writes: > >> This patch is a followup of the following thread. All tests pass with >> this patch. >> >> http://svn.haxx.se/dev/archive-2011-01/0210.shtml >> >> Log >> >> [[[ >> >> Make svn 'cat' command to return 1 when one or more targets fails. Also

Re: [PATCH] Re: Regarding issue 3690 - Work in progress

2011-01-31 Thread Hyrum K Wright
On Mon, Jan 31, 2011 at 10:52 PM, Noorul Islam K M wrote: > Hyrum K Wright writes: > >> On Mon, Jan 31, 2011 at 10:53 AM, Noorul Islam K M wrote: >> >>> Daniel Becroft writes: >>> On 27/01/2011, at 17:04, Noorul Islam K M wrote: > Hi, > > I am planning to work on issue 36

Re: [PATCH] New XFail tests for issue 3609

2011-01-31 Thread Noorul Islam K M
Noorul Islam K M writes: > Log > > [[[ > > New XFail tests for issue 3609. > > * subversion/tests/cmdline/mergeinfo_tests.py > (mergeinfo_url_special_characters, test_list), > subversion/tests/cmdline/prop_tests.py > (props_url_special_characters, test_list), > subversion/tests/cmdline/m

Re: [PATCH] Re: Regarding issue 3690 - Work in progress

2011-01-31 Thread Noorul Islam K M
Hyrum K Wright writes: > On Mon, Jan 31, 2011 at 10:53 AM, Noorul Islam K M wrote: > >> Daniel Becroft writes: >> >>> On 27/01/2011, at 17:04, Noorul Islam K M wrote: >>> Hi, I am planning to work on issue 3690. Before starting with this I have few questions. 1. H

Deltifying directories on the server

2011-01-31 Thread Hyrum K Wright
Philip and I had an interesting conversation with some users this evening, and I'm just archiving my brain dump here. These users have a large repository with a large number of branches in the /branches directory (~35k). We described the well-known phenomenon in which directories aren't deltified

[l10n] Translation status report for trunk r1065906

2011-01-31 Thread Subversion Translation Status
Translation status report for trunk@r1065906 lang trans untrans fuzzy obs -- de2055 122 240 198 es1990 187 272 339 fr2177 0 0 0 it1840 337 474 163 ja1982

Re: [Feature] New feature about handling 'HTTP Error 302 Movedtemporarily'?

2011-01-31 Thread Wu Di
On 2/1/2011 12:49 AM, Branko Čibej wrote: > But really, does anyone who's using shortened URLs really expect them to > be there forever? I guess not. Yes, we just use shorten URL temporarily inside our company, only used for sending some notification by mail.. But, this feature still useful for so

Re: [PATCH] Re: Regarding issue 3690 - Work in progress

2011-01-31 Thread Hyrum K Wright
On Mon, Jan 31, 2011 at 10:53 AM, Noorul Islam K M wrote: > Daniel Becroft writes: > >> On 27/01/2011, at 17:04, Noorul Islam K M wrote: >> >>> Hi, >>> >>> I am planning to work on issue 3690. Before starting with this I have >>> few questions. >>> >>> 1. Hyrum updated the issue with his comment

Re: svn commit: r1064847 - /subversion/trunk/subversion/svnserve/serve.c

2011-01-31 Thread Hyrum K Wright
On Sat, Jan 29, 2011 at 3:02 PM, Branko Čibej wrote: > On 29.01.2011 21:36, Daniel Shahaf wrote: >> Hyrum K Wright wrote on Sat, Jan 29, 2011 at 12:03:18 -0600: >>> The protocol document is in error: 'revprops' must always be followed >>> by a list, even if it is the empty list, in which case revp

[PATCH] Re: Regarding issue 3690 - Work in progress

2011-01-31 Thread Noorul Islam K M
Daniel Becroft writes: > On 27/01/2011, at 17:04, Noorul Islam K M wrote: > >> Hi, >> >> I am planning to work on issue 3690. Before starting with this I have >> few questions. >> >> 1. Hyrum updated the issue with his comment stating that already there >> is work going on in the branch ign

Re: [Feature] New feature about handling 'HTTP Error 302 Movedtemporarily'?

2011-01-31 Thread Branko Čibej
On 31.01.2011 14:49, Bolstridge, Andrew wrote: >> -Original Message- >> From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] >> Sent: 28 January 2011 19:03 >> To: Bolstridge, Andrew >> Cc: dev@subversion.apache.org >> Subject: Re: [Feature] New feature about handling 'HTTP Error 302 >> Move

Re: [PATCH in progress] Ref. Issue#3781 Make parsing section names case sensitive

2011-01-31 Thread Arwin Arni
On Monday 31 January 2011 08:49 PM, C. Michael Pilato wrote: On 01/31/2011 10:05 AM, Arwin Arni wrote: On Monday 31 January 2011 08:01 PM, C. Michael Pilato wrote: On 01/31/2011 04:48 AM, Arwin Arni wrote: Should I add parameters for options / values / options& values to decide the case or s

Re: [PATCH in progress] Ref. Issue#3781 Make parsing section names case sensitive

2011-01-31 Thread C. Michael Pilato
On 01/31/2011 10:05 AM, Arwin Arni wrote: > On Monday 31 January 2011 08:01 PM, C. Michael Pilato wrote: >> On 01/31/2011 04:48 AM, Arwin Arni wrote: >>> Should I add parameters for options / values / options& values to decide >>> the case or shall I use a common parameter for all(sections, option

Re: [PATCH in progress] Ref. Issue#3781 Make parsing section names case sensitive

2011-01-31 Thread Arwin Arni
On Monday 31 January 2011 08:01 PM, C. Michael Pilato wrote: On 01/31/2011 04:48 AM, Arwin Arni wrote: Hi All, This patch revs subversion/libsvn_subr/config.c:svn_config_read to svn_config_read2 to accept a *boolean* called *section_names_case_sensitive*. When TRUE, the section names are popul

Re: [PATCH in progress] Ref. Issue#3781 Make parsing section names case sensitive

2011-01-31 Thread C. Michael Pilato
On 01/31/2011 04:48 AM, Arwin Arni wrote: > Hi All, > > This patch revs subversion/libsvn_subr/config.c:svn_config_read to > svn_config_read2 to accept a *boolean* called *section_names_case_sensitive*. > > When TRUE, the section names are populated case sensitively in the config. > > This was d

Re: [PATCH] Fix issue 3686 - executable flag is not maintained during a merge

2011-01-31 Thread C. Michael Pilato
On 01/31/2011 12:21 AM, Daniel Becroft wrote: > I'm submitting this patch as a "am I on the right track?" submission, rather > than a final job. I'll craft a log message if I'm correct. Heh, I remember when this special-case was introduced. Oh, memories... Anyway, I've not deeply reviewed what y

Re: [PATCH] Re: Incorporate svn 1.7 changes to vc-svn.el

2011-01-31 Thread C. Michael Pilato
On 01/29/2011 01:21 AM, Noorul Islam K M wrote: > When I was trying to figure out what is going on, I could see that there > are lots of improvements in vc-svn.el version found here > "http://bzr.savannah.gnu.org/r/emacs/trunk/lisp/vc"; > > I am wondering why these two are not in sync. Is there an

RE: [Feature] New feature about handling 'HTTP Error 302 Movedtemporarily'?

2011-01-31 Thread Bolstridge, Andrew
> -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: 28 January 2011 19:03 > To: Bolstridge, Andrew > Cc: dev@subversion.apache.org > Subject: Re: [Feature] New feature about handling 'HTTP Error 302 > Movedtemporarily'? > > Bolstridge, Andrew wrote on Fri, J

[PATCH in progress] Ref. Issue#3781 Make parsing section names case sensitive

2011-01-31 Thread Arwin Arni
Hi All, This patch revs subversion/libsvn_subr/config.c:svn_config_read to svn_config_read2 to accept a *boolean* called *section_names_case_sensitive*. When TRUE, the section names are populated case sensitively in the config. This was done mainly for the case insensitivity issue in authz f