简体   繁体   English

无法在子片段中添加SVN存储库位置(URL)

[英]Can't add SVN repository location (URL) in subclipse

In my web browser, I can browse the SVN repository location with https://svn.abcnet/somename/projA/trunk/Folder/ . 在我的Web浏览器中,我可以使用https://svn.abcnet/somename/projA/trunk/Folder/浏览SVN存储库的位置。

However if I type this identical URL when I am trying to create a new repository location in Subclipse , it says Folder '' does not exist remotely . 但是,如果尝试在Subclipse创建新的存储库位置时键入相同的URL,则表明Folder '' does not exist remotely

The web browser is not necessarily a good test. Web浏览器不一定是一个很好的测试。 First off, you need to make sure you are not browsing via a specific web application like ViewVC or WebSVN etc. The URL for those applications is not the same URL that a SVN client uses to talk to the repository. 首先,您需要确保没有通过特定的Web应用程序(例如ViewVC或WebSVN等)浏览。这些应用程序的URL与SVN客户端用于与存储库进行对话的URL不同。

It does not sound like your problem, but proxy servers can also be an issue. 这听起来不像您的问题,但是代理服务器也可能是一个问题。 Web browsers tend to already be configured to use a proxy if you need one. 如果需要,可以将Web浏览器配置为使用代理。 Eclipse has to be configured separately to use your proxy. 必须单独配置Eclipse才能使用您的代理。

I would start by making sure you have the right URL for your repository. 首先,请确保您的存储库具有正确的URL。 It is pretty common to have /svn/ after the hostname in the URL. URL的主机名后面带有/ svn /是很常见的。 You masked your URL so it is not obvious, but if you see something like /viewvc/ in the URL then you do not have the right one. 您屏蔽了URL,因此它并不明显,但是如果在URL中看到类似/ viewvc /的内容,则说明您没有正确的URL。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM