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处即可修改仓库地址

      

      

  • 相关阅读:
    MJExtension的使用
    Swift
    2月22号 UITableView
    1月25号 CALayer
    1月22号 animation—1
    1月22号 KVC KVO
    2016.01.22 简单动画
    2016.01.22 KVC&KVO
    2016.01.22 单例模式(Singleton)
    2016.01.21 UITabBarController
  • 原文地址:https://www.cnblogs.com/yehshuai/p/3423286.html
Copyright © 2011-2022 走看看