On Mar 23, 11:19 am, "rtconner" <[EMAIL PROTECTED]> wrote:
> The only reason I ask is this: SVN, and deployment. I do not want to
> store tmp files in SVN I want either an empty tmp folder or no tmp
> folder at all.

I'm using SVN and ran into similar issues.  I'm using a DB to handle
session info, so my /tmp only contains cache data.
When creating my repository I kept the all the subdirectories under /
tmp, but removed the contents of the directories from the repository.
I think you'd be safe checking out these empty directories on to your
running production server without clobbering the existing data, but
have not tested this.


One annoyance I've run into is that SVN uses my umask to set the
permissions on all files/directories to 644/755, but the contents of
cake/tmp need to be writable by the Apache user.
I wrote shell scripts to handle the checkin/checouts for me, as well
as chmod the tmp directory to be writable immediately.  I think the
setup you describe would avoid this issue entirely.



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to