我在Ubuntu机器上安装了SVN subversion,当我输入svn --help
时,我可以查看add,blame,cat等不同的选项。
我可以成功创建一个存储库并在其中添加文件并签出。
但是当我试图从其他机器SVN服务器结账时,如
$ svn co https://www.mymachine.com/svn/
或
$ svn checkout https://www.mymachine.com/svn/ its giving the below error.
svn:“https://www.mymachine.com/svn/”的选项:无法连接到服务器(https://www.mymachine.com)
此外,我可以使用putty从Ubuntu服务器成功ping我的www.mymachine.com (我使用的是Ubuntu 9.04。)