I have not used this particular plugin but this might point you in the right direction: Eclipse stores project information in .project (or similar) file in your project directory (and maybe others, like a .settings folder). My guess is Subversion's default settings ignores files that start with . (dot) when committing changes (since it stores data in .svn folders). You can either:
a.) commit the Eclipse dot-files and do "import an existing project" on your second workspace b.) don't commit the dot-files, and create a new project on your second workspace (and use the repository checkout as the initial directory) That should work, if I understand your question right. On Jun 23, 7:40 am, stefan77 <stefan.ortma...@googlemail.com> wrote: > Hello, > > i need some help with a team setup for the GAE in Eclipse with > Subversion. > I've created a GAE Project in Eclipse and created a repository with > the Eclipse Team function (Subversive Plug-in) on a Subversion-Server. > Creation and commits work. > But i cannot check it out on another workplace (also Eclipse+GAE > Plugin is installed). > I've tried to just check out the project but then the GAE Plugin does > not detect the project as GAE supported. > And when i first create a GAE Project and then checkout the sources it > will also not work because of the source structure. > Has someone experiences or ideas, how do i get it work? > > Regards, > Stefan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---