[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Problem with Apache's mod_deflate

From: <dsmidgy_at_slo-host.com>
Date: Thu, 10 Jan 2008 15:59:47 +0100 (Central Europe Standard Time)

Hi

I have a problem with displaying error messages on TortoiseSVN 1.4.7 and
Subversion 1.4.6 on Windows which access a repository via http with
Subversion 1.4.4 on Linux.

If a file is Added with plus on Windows machine ("svn st" displays):
A + file.txt
The following error message is displayed:
Adding file.txt
svn: Commit failed (details follow):
svn: MERGE request failed on '/svn/rep/dir/file.txt'
svn: MERGE of '/svn/rep/dir': 409 Conflict (https://lnxsrv05)

If I remove DEFLATE filters I get:
Adding file.txt
svn: Commit failed (details follow):
svn: MERGE request failed on '/svn/rep/dir/file.txt'
svn: 'pre-commit' hook failed with error output:
Costom error message!

My Apache settings for the deflate and svn:
DeflateCompressionLevel 9
DeflateBufferSize 1000000
DeflateMemLevel 9
DeflateWindowSize 15
<Location /svn>
  DAV svn
  SVNParentPath /home/svn
  AuthType Basic
  AuthName "Subversion Repository"
  AuthUserFile /usr/local/etc/passwd
  AuthzSVNAccessFile /usr/local/etc/authz
  Require valid-user
  SSLRequireSSL
  #SetInputFilter DEFLATE
  #SetOutputFilter DEFLATE
</Location>

Installed software on server:
Red Hat Enterprise Linux 4
mod_dav_svn-1.4.4-1
httpd-2.0.52-22.ent
subversion-1.4.4-1
apr-0.9.12-2

Can somebody confirm that issue as a bug.

Thank you,
Domen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-10 16:28:19 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.