Kai Krueger writes:
> I am currently unable to commit compressed (.gz) files to one of our
> subversion servers.
>
> Every time I try and commit a compressed file, I get the following error:
>
> Transmitting file data .svn: E120104: Commit failed (details follow):
> svn: E120104: Error running co
On 06/30/2015 11:26 AM, Stefan Sperling wrote:
On Mon, Jun 29, 2015 at 01:55:31PM +0200, Nikolas PATTAKOS wrote:
Hi,
I am running subversion version 1.8.13 (r1667537) on debian testing.
I have a number of svn move commands on my computer pending to be submitted
and I did an svn update to updat
Nikolas PATTAKOS writes:
> My project's dir structure included :
>
> lib/
> src/TestA
> src/TestB
> src/...
>
> and I changed it to
>
> lib/Tests/A
> lib/Tests/B
> src/..
We need more precise instructions otherwise we just have to guess
exactly what you did. Perhaps:
svn co URL wc
svn mkdi
Hello,
thank you very much for your fast reply!
With your help, I have managed to figure out what the issue was.
I had a " AddEncoding x-gzip gz tgz" in my apache config. Once I removed
that it now appears to work correctly again.
The --config-option servers:global:http-compression=no option