I was having a related problem, but using this pluginm qt-eclipse plugin and eclipse-C/C++. Some arquives need to be at project's root or qt-eclipse won't 'qmake' them, but obviously those archives weren't at hg repo root. So I made a temporary workaround: Say, hg-eclipse project was at ~/eclipse; So I created a new project at ~/eclipse/myproject . Makefiles were created and compiled there. Mercurial-Eclipse was smart enough to let me do hg things in files inside both eclipse projects. Don't know if it was working 100%. Found a better solution to my problem. Best, Raphael
On 11 jan, 10:58, Matthieu Brucher <[email protected]> wrote: > Hi, > > I've tried to do this, but Eclipse (Ganymede) told me it couldn't > create .project in the root folder. > What I tried to do is: > - Import > -> CLone from existing repository > -> use .project to create projects > > The last option is what triggered an error with Eclipse. When > unchecking it, it imported all the folders in one project instead of > several :| > > Can you give us the sequence of things to do to import several > projects from a single Mercurial repository? > > Matthieu > > On 23 nov 2009, 08:40, "Andrei Loskutov" <[email protected]> wrote: > > > > > Hi, > > > the point is, that plugin can't create repositories outside the workspace, > > but it can clone repositories with multiple projects. > > > So you need initially create repo outside of Eclipse and add your projects > > to it. After that, you can clone the repo with plugin etc. > > > One Examle:http://code.google.com/p/filesync4eclipse/source/browse/ > > > On Mon, 23 Nov 2009 06:29:08 +0100, vogella <[email protected]> > > wrote: > > > > Hi, > > > > I would like to have several Java project / Eclipse plugins and store > > > them in one Mercurial repository. How can I do this with Mercurial / > > > the Eclipse plugin for Mercurial? > > > > The examples I could find via Google always discuss the one repository > > > == one project case. > > > > I also looked at the example of the Eclipse Plugin for Mercurial but > > > this seem to me also using one project for the repository. > > > -- > > Kind regards, > > Mit freundlichen Gr en > > Andrei Loskutov > > > @Home:http://andrei.gmxhome.de/ -- 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.
