RE: 411 Length Required error thrown, yet Subersion server is not Fronted by proxy or reverse proxy

2015-04-03 Thread Bert Huijben
Hi, My guess would be that you somehow still use some transparent proxy. Squid is commonly setup in this way. A network dump should show you headers in this case. It really depends on your setup, but in most cases the easiest workaround is to use https as in general that a

Re: Feature request: 'svn up --dry-run'

2015-04-03 Thread Branko Čibej
On 03.04.2015 21:27, Evan Driscoll wrote: > I'd like to put a feature request out there for a --dry-run option to 'svn > up'. > > There are two things that this would accomplish over 'svn stat > --show-updates'. > > First, it seems like a natural thing to do; in particular, 'merge' > supports --d

Feature request: 'svn up --dry-run'

2015-04-03 Thread Evan Driscoll
I'd like to put a feature request out there for a --dry-run option to 'svn up'. There are two things that this would accomplish over 'svn stat --show-updates'. First, it seems like a natural thing to do; in particular, 'merge' supports --dry-run and after using Git for a while my mental model of

RE: E160000 due to empty revisions when requesting log by date range (v. 1.8.11)

2015-04-03 Thread Bert Huijben
Hi, In many cases like this the server really returns an HTTP status 500, but with a detailed error report that the client should parse to find the detailed error. I’m guessing this error parsing issue is already fixed for 1.9, that is now in beta, where the whole error handl