Re: error 'svndiff data has invalid header'
From: Сергій Котенко <kotenko_at_softline.kiev.ua>
Date: 2005-11-21 10:44:42 CET
середа, 16-лис-2005 16:11, Mark Shead Ви написали:
These are adjustments for reverse proxy on apache vhosts
# General setup for the virtual host
AllowCONNECT 443
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/server.pem
<Files ~ "\.(cgi|shtml|phtml|php3?)$">
These are adjustments for a "real" server subversion
<VirtualHost *:443>
ServerName subversion.softline.kiev.ua
ErrorLog /var/log/apache2/ssl_svn_error_log
# SSL Engine Switch:
SSLEngine on
#SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:
SSLCertificateKeyFile conf/ssl/server.pem
<IfModule mod_setenvif.c>
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown \
</IfModule>
<IfModule mod_log_config.c>
<IfModule mod_rewrite.c>
<Location /svn>
</VirtualHost>
What is, the given problem is observed only at one removed clients, and it has
TortoiseSVN 1.2.6, Build 4786 - 32 Bit
Prompt as it is possible to solve this a problem.
-- З повагою Сергій Котенко системний адміністратор компанія SoftLine Департамент Комплексних Рішень кімната 412 тел.: внутрішній - 200 моб.: 8-050-4445334 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Nov 21 10:48:58 2005 |
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.