当我尝试从 SVN 下载源代码时抛出异常

An exception throwed when I'm trying to download source code from SVN

我在Jasperreport官方网站上找到了如何从SVN下载Jaspersoft Studio源代码的手册。但是当我尝试使用用户名和密码 anonsvn 连接到 http://code.jaspersoft.com/svn/repos/jaspersoftstudio 时,就像他们伤心一样,我得到了这个错误:

我正在尝试使用用户名和密码 "anonsvn" 从 SVN 下载 Jaspersoft Studio 的源代码。我每次都会收到此错误:

org.apache.subversion.javahl.ClientException: svn: E175002: PROPFIND of '/svn/repos/jaspersoftstudio': 405 Method Not Allowed (http://code.jaspersoft.com)

开发者对此错误的评论是:

This could have the following meaning(s):
- the folder specified in the repository URL does not exist on the host
- your proxy does not allow the svn command you have invoked

我试过其他 SVN 客户端,但它们都抛出类似的错误。

请问我该如何解决这个问题,或者我在哪里可以下载源代码? 谢谢

我的代理不允许我调用的 svn 命令