Re: An error occurred during decompression

2015-07-06 Thread Kai Krueger
Hi, Yes, that warning section does indeed cover the issue. Thank you for pointing that out! I have just yesterday updated another of our servers from Ubuntu 12.04 to 14.04 with an existing svn repository and the same apache config and have hit the issue there as well. (Apache config has been carr

Re: SVN: script lauft nicht das erste mal / PRO-144127

2015-07-06 Thread Andreas Stieger
Hello, On 06/07/15 22:00, Andreas Stieger wrote: >> Is this problem already identified ? solved ? > > There is no newer release in 1.7.x than the one you are running, and I > am not sure the problem description is sufficiently specific as it is. Correction, of course there is a newer release 1.7

Re: SVN: script lauft nicht das erste mal / PRO-144127

2015-07-06 Thread Andreas Stieger
Hello, On 06/07/15 17:23, christophe.ca...@codex.ch wrote: > We have following configuration installed on a server: > SVN Version: svn, version 1.7.9 (r1462340) [...] > SUSE Linux Enterprise Server 11 (i586) > VERSION = 11 > PATCHLEVEL = 2 That's not the SLE supported version of Subversion, nor t

Re: new directories can't be added to changelist

2015-07-06 Thread Andreas Stieger
Hello, On 06/07/15 16:59, Sam Peretz wrote: > When I add to a changelist, directories are skipped: Adding directories to changelists is not supported. Andreas

new directories can't be added to changelist

2015-07-06 Thread Sam Peretz
When I add to a changelist, directories are skipped: $ svn cl -R 'refactor' /src/main/java/com/mycompany/myproject/http/ Skipped /src/main/java/com/mycompany/myproject/http' A [refactor] /src/main/java/com/mycompany/myproject/http/StaticFileHandler.java Then when I go to commit, I get an error:

Re: An error occurred during decompression

2015-07-06 Thread Philip Martin
Kai Krueger writes: > 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 also worked. > > E