• Linux下SVN命令switch用法


    # svn info /data/www/49you/api.49you.com

    Path: /data/www/49you/api.49you.com
    URL: svn://192.168.10.81:3690/api.49you.com/wwwroot
    Repository Root: svn://192.168.10.81:3690/api.49you.com
    Repository UUID: e1f22fcc-588e-4d25-baff-28a024ac003d
    Revision: 1569
    Node Kind: directory
    Schedule: normal
    Last Changed Author: zhukf
    Last Changed Rev: 1569
    Last Changed Date: 2015-07-10 14:35:01 +0800 (Fri, 10 Jul 2015)

    # cd /data/www/49you/api.49you.com  #这步非常重要,必须进入要重新定位的目录内,否则会提示(svn: '.' is not a working copy)

    # svn sw --relocate svn://192.168.10.81:3690/api.49you.com/wwwroot svn://120.26.11.66:3690/api.49you.com/wwwroot 

    Password for 'root':
    Authentication realm: <svn://120.26.11.66:3690> e1f22fcc-588e-4d25-baff-28a024ac003d
    Username: admin
    Password for 'admin':

    -----------------------------------------------------------------------
    ATTENTION! Your password for authentication realm:

    <svn://120.26.11.66:3690> e1f22fcc-588e-4d25-baff-28a024ac003d

    can only be stored to disk unencrypted! You are advised to configure
    your system so that Subversion can store passwords encrypted, if
    possible. See the documentation for details.

    You can avoid future appearances of this warning by setting the value
    of the 'store-plaintext-passwords' option to either 'yes' or 'no' in
    '/root/.subversion/servers'.
    -----------------------------------------------------------------------
    Store password unencrypted (yes/no)? yes

    # svn info api.49you.com/
    Path: api.49you.com
    URL: svn://120.26.11.66:3690/api.49you.com/wwwroot
    Repository Root: svn://120.26.11.66:3690/api.49you.com
    Repository UUID: e1f22fcc-588e-4d25-baff-28a024ac003d
    Revision: 1569
    Node Kind: directory
    Schedule: normal
    Last Changed Author: zhukf
    Last Changed Rev: 1569
    Last Changed Date: 2015-07-10 14:35:01 +0800 (Fri, 10 Jul 2015)

  • 相关阅读:
    BZOJ3518 : 点组计数
    BZOJ2217 : [Poi2011]Lollipop
    李洪强经典面试题40-可能碰到的iOS笔试面试题-C语言
    对AFN的二次封装
    李洪强经典面试题39-iOS 程序员 6 级考试(答案和解释)
    iOS五种本地缓存数据方式
    iOS开发网络篇—数据缓存
    iOS中的通知
    李洪强漫谈iOS开发[C语言-048]-打印平方表
    李洪强漫谈iOS开发[C语言-047]-数列求和
  • 原文地址:https://www.cnblogs.com/fjping0606/p/4637117.html
Copyright © 2020-2023  润新知