嗨,我对TortoiseSVN很陌生,我无法访问svn存储库。我安装了TortosiseSVN并创建了一个新的空文件夹,我单击了SVN Checkout,在对话框中粘贴了URL:svn://dvdwalt@svn.code.sf.net/p/radiusdesk/code/trunk/rd,然后单击"OK“(如这个问题中提到的)。但是,下面提到的错误显示了“操作失败”。
Error Unable to connect to a repository at URL
Error 'svn://dvdwalt@svn.code.sf.net/p/radiusdesk/code/trunk'
Error Can't connect to host 'svn.code.sf.net': A connection attempt failed because
Error the connected party did not properly respond after a period of time, or Error established connection failed because connected host has failed to respond.我只想知道我在哪里做错了,我不能通过TortoiseSVN工具访问那些存储库。
发布于 2015-05-18 11:17:19
svn checkout svn://dvdwalt@svn.code.sf.net/p/radiusdesk/code/trunk非常适合我。如果您在代理后面,请在TortoiseSVN _中配置它的设置。如果您在防火墙后面,请确保端口3690是打开的(该端口通常用于svnserve)。
https://stackoverflow.com/questions/30295381
复制相似问题