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