简体   繁体   中英

import all projects from svn repository folder

I have that problem: I checkout folder (myFolder for example) using tortoise svn.

import->existing projects into workspace

after it eclipse found a lot of projects(about 50) from different locations of myFolder.

BUT eclipse doesn't understand that these projects from svn(no svn menu if make right click on any file and select team submenu)

I attempt to import-> team project set but after it in eclipse I see myfolder only. it is just folder - not projects. I cannot to compile it and use other features.

I think you are understand my problem.

Can you help me?

If you have already checkout your projects, import them in eclipse then follow below steps.

Right click on your project go to Team --> Share Project --> Select Repository type. Do next fill in required information Team --> Share Project --> Select Repository type. Do next fill in required information and it should work.

Make sure you have installed a subversion plugin for eclipse which is is compatible with the version you have for tortoise, ie the eclipse plugin you actually have - if any - is able to read the .svn meta data which was created by the tortoise client. This can happen for example if eclipse plugin is 1.6 and tortoise client is 1.7 or above.

When eclipse shows the ~50 projects deselect all and select only the one(s) you want to import, when passed a folder for importing an existing project, eclipse searches recursively for all folders containing a .project file and displays them as projects to be imported. Make a refresh (F5).

EDIT

From http://tortoisesvn.net/tsvn_1.8_releasenotes.html#compatibility

Local Client Compatibility

Subversion working copies are sometimes accessed using several different clients, eg TortoiseSVN, AnkhSVN, and the svn command line client. Because the working copy format has changed with this release, 1.8 clients cannot access an earlier working copy without first upgrading it. Pre-1.8 clients cannot access 1.8 working copies at all and there is no downgrade option

Please upgrade your eclipse svn-kit to the latest version , use this update site .

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