如何远程访问 SVN 服务器?

3

我在Windows机器上设置了一个VisualSVN服务器。如何从不同的Ubuntu(Linux)机器通过终端访问该仓库?

2个回答

2

2

使用基于UI的工具,如Windows下的TortoiseSVN或Linux下的SubDiverSVN。或者安装命令行SVN并执行相应操作。

svn list <url_to_your_repository>  //to list the folders
svn co  <url_to_your_repository>   //to checkout the code

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接