简体   繁体   中英

How to import a google svn into eclipse/subclipse?

I am trying to import that svn into subclipse: http://code.google.com/p/cloud-tasks-io/source/checkout

But I get that error:

mkdir --parents -m "Initial import." http://cloud-tasks-io.googlecode.com/svn/trunk/test svn: MKACTIVITY of '/svn/!svn/act/71937bda-3601-0010-a1a3-7d548ee24bfd': 405 Method Not Allowed (http://cloud-tasks-io.googlecode.com) svn: MKACTIVITY request failed on '/svn/!svn/act/71937bda-3601-0010-a1a3-7d548ee24bfd' svn: MKACTIVITY of '/svn/!svn/act/71937bda-3601-0010-a1a3-7d548ee24bfd': 405 Method Not Allowed (http://cloud-tasks-io.googlecode.com) svn: MKACTIVITY request failed on '/svn/!svn/act/71937bda-3601-0010-a1a3-7d548ee24bfd'

Why cannot I import that svn into subclipse?

greetings and thx in advance

It looks like you are doing a lot of things wrong.

  1. It seems like you are trying to add something that you have in Eclipse to that Google repository? But your question sounds like your goal was to checkout.
  2. You are not using the right URL. You should open the SVN perspective and then add a repository with this URL: http://cloud-tasks-io.googlecode.com/svn/
  3. You should then be able to expand that repository to the folder that contains the project you want to checkout.

Note that as stated on the page you linked to, this repository URL is Read-Only. So if you really do want to commit new code to this project you have to be a member of the project with proper permissions AND you have to use the URL that allows write access. Google provides that URL somewhere, but I seem to recall it it just the same URL except you use https:// instead of http://

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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