Merge error with SVN 1.8.0

2013-06-23 Thread Alexey Neyman
Hi, I've tried upgrading the client to SVN 1.8, and now see some strange merge errors while reintegrating the branch. According to http://subversion.apache.org/docs/release-notes/1.8.html#auto-reintegrate the --reintegrate option is now deprecated, its use is discouraged and SVN should be

Re: Merge error with SVN 1.8.0

2013-06-23 Thread Nico Kadel-Garcia
On Sun, Jun 23, 2013 at 3:56 PM, Alexey Neyman wrote: > Hi, > > > > I've tried upgrading the client to SVN 1.8, and now see some strange merge > errors while reintegrating the branch. According to Did you delete the old RHEL 1.6.11 RPM, to avoid libraries lying around and confusing you? Or binari

Re: Merge error with SVN 1.8.0

2013-06-23 Thread Alexey Neyman
On Sunday, June 23, 2013 07:20:50 PM Nico Kadel-Garcia wrote: > On Sun, Jun 23, 2013 at 3:56 PM, Alexey Neyman wrote: > > Hi, > > > > > > > > I've tried upgrading the client to SVN 1.8, and now see some strange merge > > errors while reintegrating the branch. According to > > Did you delete th

Re: Merge error with SVN 1.8.0

2013-06-28 Thread Alexey Neyman
[copying dev@ because I found what the issue is] Hi, Did some further investigation and it turns out that SVN1.8 client creates more connections to the server when performing 'svn merge' - exceeding the xinetd's default number of connections per source (10) and indeed, closing the connection o

Re: Merge error with SVN 1.8.0

2013-06-29 Thread Stefan Sperling
On Fri, Jun 28, 2013 at 03:36:38PM -0700, Alexey Neyman wrote: > [copying dev@ because I found what the issue is] > > Hi, > > Did some further investigation and it turns out that SVN1.8 client creates > more > connections to the server when performing 'svn merge' - exceeding the > xinetd's >

Re: Merge error with SVN 1.8.0

2013-06-30 Thread Nico Kadel-Garcia
On Sun, Jun 23, 2013 at 7:38 PM, Alexey Neyman wrote: > On Sunday, June 23, 2013 07:20:50 PM Nico Kadel-Garcia wrote: > >> On Sun, Jun 23, 2013 at 3:56 PM, Alexey Neyman wrote: > >> > Hi, > >> > > >> > > >> > > >> > I've tried upgrading the client to SVN 1.8, and now see some strange >> > merge >

Re: Merge error with SVN 1.8.0

2013-06-30 Thread Branko Čibej
On 24.06.2013 01:38, Alexey Neyman wrote: > > Are you calling RPMs provided by WanDisco's "fun and games"? I think > Subversion developers employed by WanDisco might be somewhat insulted > by such judgment. > Hmm I'd sooner be insulted by someone anticipating my reaction like that. :) Nobody

Re: Merge error with SVN 1.8.0

2013-07-05 Thread Alexey Neyman
On Saturday, June 29, 2013 01:18:16 PM Stefan Sperling wrote: > On Fri, Jun 28, 2013 at 03:36:38PM -0700, Alexey Neyman wrote: > > [copying dev@ because I found what the issue is] > > > > Hi, > > > > Did some further investigation and it turns out that SVN1.8 client creates > > more connections t

Re: Merge error with SVN 1.8.0

2013-07-05 Thread Alexey Neyman
On Sunday, June 30, 2013 04:33:45 PM Branko Čibej wrote: > On 24.06.2013 01:38, Alexey Neyman wrote: > > Are you calling RPMs provided by WanDisco's "fun and games"? I think > > Subversion developers employed by WanDisco might be somewhat insulted > > by such judgment. > > Hmm I'd sooner be i

Re: Merge error with SVN 1.8.0

2013-07-05 Thread Branko Čibej
On 05.07.2013 23:04, Alexey Neyman wrote: > My point was that the problem is most likely not a *packaging* issue, > which was confirmed in my next message (the issue is due to 1.8.x > making more connections from client to server when doing 'svn merge'). That's most likely a side effect of the imp