English 中文(简体)
服务器应禁止化学武器组织的请求,寄出意料的回报值(405条方法不允许使用)
原标题:Server sent unexpected return value (405 Method Not Allowed) in response to OPTIONS request
  • 时间:2011-11-22 17:38:16
  •  标签:
  • eclipse
  • svn

I have a project on Google Code, and I am using SVN.

在Eclipse与该项目合作的所有项目都得到了罚款。

但今天我在谷歌法典中创建了新的项目。 在试图将我的项目从Eclipse扩大到谷歌存放处时,我制造了一个错误。

Eclipse console的错误是:

svn: Server sent unexpected return value (405 Method Not Allowed) in response to OPTIONS request for https://code.google.com/............

在承诺:

org.apache.subversion.javahl.ClientException: RA layer request failed
svn: Commit failed (details follow):
svn: Server sent unexpected return value (405 Method Not Allowed) in response to MKACTIVITY request for  /svn/!svn/act/a5a68afd-6b33-2247-9d70-58e42b6f6f4b 

org.apache.subversion.javahl.ClientException: RA layer request failed
svn: Commit failed (details follow):
svn: Server sent unexpected return value (405 Method Not Allowed) in response to MKACTIVITY request for  /svn/!svn/act/a5a68afd-6b33-2247-9d70-58e42b6f6f4b 
问题回答

核实谷歌法(URL)有HTTPS 礼宾,如果你使用Subclipse,改名为svnkit Library

我通过做Xorsat所说的话,即检查谷歌法典是否使用HTTPS,能够解决这一问题。 然而,我无需改动有关svnkit Library的任何内容; I m使用Subclipse的缺省环境,在那里,我在Eclipse安装了Subclipse和SVNKit plugins。

How do I check if I m using HTTPS?

  1. Right click the project
  2. Go to PropertiesSubversion

www.un.org/Depts/DGACM/index_french.htm

如果你不使用<><>,你必须再次从谷歌法进口该项目。 如何?

  1. In Eclipse 4.2 (Juno), menu FileImport...
  2. SVN → Checkout Projects from SVN, press Next
  3. Check Create a new repository location, press Next
  4. In the URL field, copy-paste the URL from Google Code; make sure it s using https.
  5. Select the trunk directory, press Next >
  6. Unless you re sure what you re doing, keep to the default settings, press Next >
  7. Press Finish.

您现在应当能够Team>->>>>> > >Commit. 页: 1 请注意,它请您提供用户名称和goglecode.com密码(摘自谷歌法项目->资料来源)。

我希望这一帮助!

对任何人来说,这页就是这样。 我发现这一错误,发现存放处的用户名称在Eclipse中是敏感的。 对准确的用户名进行分类,解决了我的问题。 希望能帮助他人

对我来说,先前的工作是非,现在不会奏效。 原因是,谷歌已经精炼了谷歌法,并将停止这一服务。

它把所有项目都标为“Read ONLY”。 因此,现在,你看不出为什么不能把承诺当作一个存放处,即ReAD-ONLY和存档。 进入“谷歌”法并浏览你的存放处/项目。

READ-ONLY: This project has been archived. For more information see this post.

我只想发现,我的组织当地的SVN服务器是无法提供的。 可能对一些人有益。





相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签