切换svn服务器地址

Run this under your svn root directory to switch
svn switch --relocate https://211.157.110.237/svn/yoyosyssvn https://172.16.205.130/svn/yoyosyssvn

To make your life easier with possible future svn server address changing, you can define a host in /etc/hosts and run switch with host name instead of ip address
172.16.205.130          yoyosyssvn
svn switch --relocate https://211.157.110.237/svn/yoyosyssvn https://yoyosyssvn/svn/yoyosyssvn

We will consider making repository public accessible from external network later.

你可能感兴趣的:(SVN)