On Jan 11, 8:53 am, Matthieu Brucher <[email protected]> wrote: > Hi, > > I'm trying to import several projects inside my workspace. I've > noticed that MercurialEclipse should support this (mentioned in a > november 09 discussion). > I've thus tried so inside a fresh repository with 1.3, but it didn't > work. It complained that it coould write a .project file in the root > of the repository (there are .project files in the subfolders). I've > thus upgraded to 1.5 (by copying the file and starting with eclipse - > clean, as I don't have access to the Internet on the computer on which > Eclipse is installed). Doing so, I can't even clone a single project/ > repository... It tells me that it is ready to clone, I click "next", > and I'm back to the same window, it doesn't launch Mercurial > correctly. I've checked hg location, changed it, used the system one, > my own one, no differences... > Does someone has a clue on what is going on?
Ok, could you please tell us the structure of the repository you try to clone? Especially, where and on which levels .project files are located? AFAIC there is some Eclipse restrictions that apply: E.g. from within Eclipse you can't create projects in projects, so you can't have a top- level project. Moreover, projects must be directly below the Eclipse workspace folder or in a different folder on the file system. Why Eclipse does this, I don't know, but if you create a plain simple project in Eclipse, without using the plugin, these rules apply as well. Respecting these rules, I could clone and import multiple projects residing below the repository level without problems with Eclipse 3.5 running MercurialEclipse build 1.5.1645 (available as jar at http://bitbucket.org/mercurialeclipse/main/downloads or at the update site http://eclipse.doetsch.info) and Mercurial 1.4.2. Bastian > > Matthieu
-- You received this message because you are subscribed to the Google Groups "MercurialEclipse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mercurialeclipse?hl=en.
