On Dec 11, 6:40 pm, "Ed Howland" <[EMAIL PROTECTED]> wrote: > This always confused me. > > cd app > svn up > find tmp -type d | grep -v svn| xargs -L1 svn propset svn:ignore '*' > svn commit -m "ignoring app/tmp in subversion"
This isn't a good solution: If you check out your project on another machine, the whole 'tmp' directory and its structure is missing. Marcus --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
