[appengine-java] Re: import deployed project into eclipse

2009-12-01 Thread IlyaE
Is it possible to get a google rep to answer this? When the i deploy, does it upload the source code to the engine as well? It would be great to retrieve it in case a project gets erased locally. On Nov 28, 3:19 pm, IlyaE ilyaelk...@gmail.com wrote: Is there a way to import the source code into

Re: [appengine-java] Re: import deployed project into eclipse

2009-12-01 Thread Bruno Aranda
Have you thought about using a version control system tool, like Subversion? That is the way to work in projects and not to lose anything... Cheers, Bruno 2009/12/1 IlyaE ilyaelk...@gmail.com Is it possible to get a google rep to answer this? When the i deploy, does it upload the source code

Re: [appengine-java] Re: import deployed project into eclipse

2009-12-01 Thread Timothy Spear
No, the code is not uploaded. Further there are no facilities with GAE to download existing applications. Tim Sent from my iPhone On Dec 1, 2009, at 12:02 PM, Bruno Aranda brunoara...@gmail.com wrote: Have you thought about using a version control system tool, like Subversion? That is

Re: [appengine-java] Re: import deployed project into eclipse

2009-12-01 Thread Ikai L (Google)
Ilya, we do not allow downloads. In the case of Java applications, you're uploaded compiled .class files, anyway, so these would not be of much use to you. As everyone else highlights, source control is crucial. You can use free hosting on sites like BitBucket (Mercurial), GitHub (they have a