Well, since you asked... I use Transmit for FTP on my Mac, where I do all my development. Since I don't know how to use SVN (and don't think my ISP supports it), I need my FTP to synchronize my sites. Transmit has a great featured called "mirror", which uploads anything on the development server that's not on the production, and removes anything on production that's not on development.
This is fine, but I can't use it, because it will delete cached /app/ tmp files, as well as any files that users have uploaded. I always put all those files in an /app/webroot/uploads directory, and am careful never to synchronize either that or the tmp directory. Recently, I figured out a way to move my uploads directory to the root directory, and I would like to do the same with tmp. That way my folder structure would look like this: /app /cake /tmp /uploads Then, I could safely synchronize my app, since the development version would always be exactly what should appear on the production site. I hope this makes sense. Thanks in advance for all your help! On Jul 11, 2:38 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > Why do you want to move /app/tmp? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
