Linux下SVN命令switch用法

本文详细记录了将SVN仓库从旧服务器迁移到新服务器的过程,包括如何使用svn switch --relocate命令进行仓库地址的变更,并解决了迁移过程中遇到的身份验证及密码存储问题。

# 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)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值