Hello Danny, unfortunately, I have no idea how you could get your sources back. I would suggest, however, that you start to use version control especially for projects that you get paid for. It saves you from accidentially deleting files, and lets you revert to prior versions of your sources when you took a "bad turn". I don't know about other VCS, but I like Mercurial very much, and there are a few services that let you create a repository on their infrastructure for free. One is, for example bitbucket. Mercurial lets you commit locally any changes you have made, and when you sync to a repository on an independent server from time to time you should be safe from harddrive crashes and similar events.
Sorry that I can't help you better... Best Regards, Jesaja Everling On Fri, Nov 21, 2008 at 10:59 AM, oli <[EMAIL PROTECTED]> wrote: > > start from scratch, work 10x faster than normal or find some very > convincing excuse. > > On 21 Nov., 02:21, danny <[EMAIL PROTECTED]> wrote: >> Hello dear developers, >> i badly need your help. Yesterday my pc's hard drive got damaged, and >> i lost all source code of my website, which i was getting paid for the >> next day. So i found a project called App File Browser, >> (http://code.google.com/p/appfilesbrowser/) and i thought i could >> access with it my source'es on my app, so i could download them. >> >> at first, i edited index.yaml to another version, so it wouldnt >> overwrite the half-working site. I accessed it, but it didnt list any >> of my website's files, so i thought that if i overwrote the version i >> used for the site development, it would let me pick my files. >> >> But i was wrong. EVERYTHING is messed now. my site isnt there, and >> instead, i see this damn AppFileBrowser. i have to present the site to >> the buyers in MAX 1-2 days, and i have to find a way to fix this mess! >> I have no idea how to do it. >> >> Can you give me any advice? >> ( yeah, i now have 10KKK backs up of my pc. ) > > > -- o L_/ OL This is Schäuble. Copy Schäuble into your signature to help him on his way to Überwachungsstaat. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
