I just started with cakephp and I also stumbled into this problem, the solution I did was move the tmp path outside of app. Here's how I did it: http://singletonio.blogspot.com/2009/01/changing-tmp-directory-of-cakephp-so-it.html It's the simplest solution I can think of. I'm not sure if it has side effects, but so far it's working fine for me. Did anyone try this already? If so, did you encounter any problems? Thanks!
On Nov 29 2008, 5:37 am, "php.baker" <php.ba...@gmail.com> wrote: > This post really belongs on the subversion group, but I can't seem to > get any useful answers there (though not for a lack of trying). > > For any of you who use Subversion (specifically TortoiseSVN on > windows) with your cake apps. Can u tell me how to prevent tmp files > (app/tmp/*) from being put into the repository while still preserving > the tmp directory structure? > > I have tried setting the global ignore pattern to all of the following > without success: > *\tmp\* > *tmp\* > tmp\* > */tmp/cache/models *tmp/cache/persistent *tmp/cache/views/* *tmp/logs* > *tmp/sessions *tmp/tests* > \cache\models* \cache\persistent* \cache\views* \logs* \sessions* > \tests* empty > None of those patterns have any affect on my tmp files. (Yes I tried > backslashes and forward slashes) > > The only pattern that works is \tmp*, but that excludes the tmp > directory altogether, so I have to create the tmp folders after I do > the initial import. > > Near as I can tell.... this is what the global ignore pattern if for, > but i just cant get it to work correctly. > > Thank you --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---