On Thu, Dec 11, 2008 at 8:35 PM, brian <[email protected]> wrote: > > On Thu, Dec 11, 2008 at 2:24 PM, Ed Howland <[email protected]> wrote: >> >> Let me know if you have a different experience. >> > > As Marcus said, it'll be a different experience if the repository is > checked out on a *different machine*. > > Subversion has the capability to handle things like this, though one > needs to set things up for it. Here's a Cake-specific solution posted > by Andy: > > http://bakery.cakephp.org/articles/view/setting-svn-ignore-properties >
Brian, thanks for the link. It's a good idea for the core.php and database.php files as well. BTW, I did test my command and checked it out on another machine and it still worked. Perhaps there is a difference wrt versions of svn? What I didn't know about was the -R (recursive) flag for svn propset. I wanted to make sure that the '.svn' dirs were preserved and thus excluded. But propset must do that already. Ed . > > > -- Ed Howland http://greenprogrammer.blogspot.com http://twitter.com/ed_howland --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
