I agree with SimianLogic.
Collaborating on code with a distributed team would be a lot easier if
you could just open the files online and edit them, Google Docs
style.
I'd certainly love to edit my apps from anywhere.
Since you can't write to the disk from your own app, it appears this
would be hard to build ourselves.
Thanks to Ryan and Brett for the tip on storing the source code.
Filip.
On Apr 9, 10:11 pm, SimianLogic <
learnyoura...@gmail.com> wrote:
> @Ryan
> Missed that one. I'm not a big fan of the proposal, though it might
> work. It would essentially mean zipping your entire directory and
> placing it on there as a static file every time you update, which
> seems a bit cumbersome.
>
> @Mahmoud
> That's one solution, but again--seems cumbersome. You'd have to both
> check your code in to Google Apps and then check your code in to
> sourcecontrolevery time. (I'm not actually using a flash drive--I
> just uploaded it to another server of mine.)
>
> Both solutions require an unnecessary step IMHO--especially
> considering that Google appears to be doing some sort ofversioncontrolon their backend already.
>
> Honestly, I'd prefer to skip the local setup entirely--these python
> scripts are just text-files, so I don't see why we couldn't just edit
> them online. That would allow me to work on it with any connected
> computer/OS.
>
> On Apr 9, 1:02 pm, Mahmoud <
mahmoud.ar...@gmail.com> wrote:
>
>
>
> > Can't you just check-in your app into a sourcecontrolrepository (or
> > use Google Code if it's an open source app) and then just check it out
> > onto your different development boxes?
> > Carrying source code on a Flash drive is not a good idea.
>
> > On Apr 9, 3:42 pm, SimianLogic <
learnyoura...@gmail.com> wrote:
>
> > > The Google App Engine SDK currently only has functionality for sending
> > > your app up to Google's servers... it would be nice if we could also
> > > run this process in reverse.
>
> > > I work on several different machines (and even operating systems)
> > > depending on where I am, so it would be nice to be able to pull the
> > > latest build down from Google instead of lugging it around on a Flash
> > > drive.- Hide quoted text -
>
> - Show quoted text -