zoukankan      html  css  js  c++  java
  • VisualSVN


    Symptoms

    When performing a large commit to VisualSVN Server over the HTTPS protocol, the Subversion client sometimes fails with the following error message:

    SSL negotiation failed: SSL error: parse tlsext

    The above error message can also occur for other Subversion operations with massive throughput (such as svnsync).

    Cause

    In most cases the problem is caused by the OpenSSL library bug on the client side. This issue is resolved in the OpenSSL 0.9.8m release.

    Resolution

    Upgrade your Subversion client to the version built agains OpenSSL 0.9.8m or later.

    Workaround

    If you are unable to upgrade your Subversion client, you can workaround this problem by disabling TLSv1 protocol support in VisualSVN Server. Please include the following string into the %VISUALSVN_SERVER%confhttpd-custom.confconfiguration file and then restart the VisualSVN Server:

    SSLProtocol -ALL +SSLv3

    Last Modified:  November 29, 2009
    https://www.visualsvn.com/support/topic/00046/

    http://blog.csdn.net/woshioosm/article/details/7788351




    点击开始–>程序->VisualSVN–>VisuaSVN Server Manager启动服务器管理器, 
    右键选择 VisualSVN Server(Local) ,选择 Properties ,在弹出窗口中选择 NetWork 标签,在 ServerName 处输入本机的 IP 地址,我的地址为192.168.158.129 ,端口我选择 8080
    确定保存,再点击
     VisualSVN Server 可以看到右面的界面,我们的访问地址就是 Sever URL http://192.168.158.129:8080/svn/

    http://www.oschina.net/question/878142_91825

  • 相关阅读:
    beautiful number 数位DP codeforces 55D
    最长上升子序列
    0-1背包 codeforces 55 D
    概率DP HDU 4586 play the dice
    水题 不要62 HDU 2089
    抓老鼠 codeForce 148D
    ZOJ 3551 吸血鬼 概率DP
    poj 2151 Check the difficulty of problems 概率DP
    HDU 4681 string 求最长公共子序列的简单DP+暴力枚举
    HDU 1814 模板题 2-sat
  • 原文地址:https://www.cnblogs.com/softidea/p/4832898.html
Copyright © 2011-2022 走看看