Getting “Unable to connect to a repository” error in CodePlex with TortoiseSVN

梦想的初衷 提交于 2019-12-23 02:04:37

问题


I just created a project over at codeplex and tried committing the sourcecode (so my project can be available publicly).

TortoiseSVN just doesn't work with CodePlex anymore it seems. And codeplex doesn't let you change source uploading options without contacting them first.

The errors in get when I try to checkout are:

Unable to connect to a repository at URL 'http://onthefly.codeplex.com'
The OPTIONS request returned invalid XML in the response: XML parse error at
line 1: no element found (https://onthefly.svn.codeplex.com/svn)

and

OPTIONS of 'http://onthefly.codeplex.com': could not connect to server

I tried the repo-browser just now and it still won't work.

Here's a screenshot of one of the errors:

Why are these errors happening?


回答1:


You're not using the correct URL for repo. The correct URL is:

https://<projectname>.svn.codeplex.com/svn




回答2:


I've got it working. Follow instructions on this page if you're having these same issues.



来源:https://stackoverflow.com/questions/13074239/getting-unable-to-connect-to-a-repository-error-in-codeplex-with-tortoisesvn

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!