zoukankan      html  css  js  c++  java
  • Subversion 之使用

    1.给Subversion 添加代理

        xp下修改文件 C:Documents and SettingsAdministratorApplication DataSubversionservers

      打开文件servers 

      [global]

      # http-proxy-exceptions = *.exception.com, www.internal-site.org
     
     # http-proxy-host = defaultproxy.whatever.com

      # http-proxy-port = 7000

      # http-proxy-username = defaultusername

      # http-proxy-password = defaultpassword

        修改为

      

      [global]
      # http-proxy-exceptions = *.exception.com, www.internal-site.org
      http-proxy-host = 代理ip
      http-proxy-port = 代理端口
      # http-proxy-username = defaultusername
      # http-proxy-password = defaultpassword

      http-proxy-host 为代理ip

      http-proxy-port 为代理端口

         注意:去掉#注释 并且要去掉前面的空格 

     

    2.Subversion for Windows 中比较常用的功能

      2.1 切换仓库地址

        TortoiseSVN  → Relocate  弹出 Relocate 对话框 ,To URL处即可修改仓库地址

      

      

  • 相关阅读:
    os
    linux常用命令
    css-基础知识
    awk命令详解
    文献综述
    微信JSAPI支付
    SNMP详解
    SNMP进阶
    SNMP协议入门
    SNMP简单网络管理协议
  • 原文地址:https://www.cnblogs.com/yehshuai/p/3423286.html
Copyright © 2011-2022 走看看