Hi Sam, I think the solution to this might depend on why your app engine project is not at the root of the repository. If it is just because you have the typical svn structure (/branches, /tags, /truck) then you probably want to convert the repository so the project is at the root.
If it is because you have "other stuff" (related files or other projects) you could create two repositories. Or, you might also want to look into the subrepos extension: http://mercurial.selenic.com/wiki/subrepos I am not familiar with Eclipse, is it not possible for you to specify the GAE apps subdirectory of the repository as the project root in Eclipse? Robert On Mon, Dec 14, 2009 at 8:41 AM, Sam <[email protected]> wrote: > > I previously used subversion but I have recently swapped to mercurial. > The problem I encounter is that my eclipse project is not at the root > of the repository and as mercurial does not support the cloning of > subsets of the repository I can not clone just the folder with the > Google app engine project in. This is preventing me form using Google > app engine plugin to develop my application. > > > Any ideas? > > Thanks > > Sam > > -- > > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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/google-appengine?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
