Re: svnmucc and line endings

2014-05-02 Thread Ben Reser
On 5/2/14, 3:24 PM, Dan Ellis wrote: > svnmucc currently only supports linefeed (LF, \n) line endings and complains > about window's style carriage return, linefeed (CRLFs, \r\n) with: > Error: svnmucc: E125005: Cannot accept non-LF line endings in 'svn:log' > property > > This is inconsistent wi

svnmucc and line endings

2014-05-02 Thread Dan Ellis
Hi, svnmucc currently only supports linefeed (LF, \n) line endings and complains about window's style carriage return, linefeed (CRLFs, \r\n) with: Error: svnmucc: E125005: Cannot accept non-LF line endings in 'svn:log' property This is inconsistent with the svn command line that allows both but

Re: Git Patch fails to apply with Svn Patch

2014-05-02 Thread Eric Berge
That sounds right to me, thanks Stefan! Eric On Fri, May 2, 2014 at 2:50 PM, Stefan Sperling wrote: > On Fri, May 02, 2014 at 02:06:46PM -0500, Eric Berge wrote: > > The original patch file I used is attached. > > > > Thanks! > > > > Eric > > > > Thanks, I could reproduce the problem and fix i

Re: Git Patch fails to apply with Svn Patch

2014-05-02 Thread Stefan Sperling
On Fri, May 02, 2014 at 02:06:46PM -0500, Eric Berge wrote: > The original patch file I used is attached. > > Thanks! > > Eric > Thanks, I could reproduce the problem and fix it. See http://svn.apache.org/r1592014 I've nominated the fix for backport to 1.8.x so it should appear in some future 1

Re: Git Patch fails to apply with Svn Patch

2014-05-02 Thread Eric Berge
The original patch file I used is attached. Thanks! Eric On Fri, May 2, 2014 at 4:05 AM, Stefan Sperling wrote: > On Thu, May 01, 2014 at 02:30:33PM -0500, Eric Berge wrote: > > I was running "svn patch" with a patch I created with "git diff" and it > > failed to apply, however it applies ju

Re: Simultaneous svnserve requests lead to "Can't read from connection: Connection reset by peer"

2014-05-02 Thread Philip Martin
Ryan Schmidt writes: > Is there a limit on the number of simultaneous connections I can make > from a single svn client to svnserve? No, there is no rate limiting at all in 1.8 svnserve: it will attempt to start threads/processes as fast as incomming connections arrive. This can cause the serve

Simultaneous svnserve requests lead to "Can't read from connection: Connection reset by peer"

2014-05-02 Thread Ryan Schmidt
Hello, I’m writing a script wherein I run many different “svn export” operations. To try to speed things up, I have the script running up to 8 of these simultaneously, and I’m occasionally getting this error: svn: E54: Unable to connect to a repository at URL 'svn://example.local/trunk/foo

Bug Report

2014-05-02 Thread Steffen.Iversen
I encounter this bug for specific folders - not all. I place the cursor on the folder, right-click and select Repro-browser. The browser form loads the data and issues the exception below. After that I can continue browsing. Cleanup do not solve the problem. Best regards

Re: Git Patch fails to apply with Svn Patch

2014-05-02 Thread Stefan Sperling
On Thu, May 01, 2014 at 02:30:33PM -0500, Eric Berge wrote: > I was running "svn patch" with a patch I created with "git diff" and it > failed to apply, however it applies just fine with the default "patch" > command on my Rhel 6.5 system. > > This is due to the "extended header" information that