We might do both? I find it useful to be able to access the dev-environment on live sites. Sometimes errors can be caused by something which is only an issue on the production server.
If we only want to avoid that the _dev-files can be run on a production machine, then I think rsync-exclude or svn-ignore should be more than enough. After all, why upload a file that should never be executed? -gunnar On 16 Mai, 15:41, Andreas Hucks <[EMAIL PROTECTED]> wrote: > Yeah, that was a bit speculative ;) > > Either way, I think checking for the correct server instead of checking > for allowed clients is more flexible especially when working in a team. > > Ian P. Christian schrieb: > > > Andreas Hucks wrote: > >> That might be possible to spoof... I actually intended it the other way > >> around - the system checks if the server running the script is a > >> development machine, not if the client issuing the request is. > > > Spoofing IP's (over TCP) over the internet is really really not very > > easy - it's slightly easier if you share a layer 2 network, but I don't > > think we should be too concerend about IP spoofing here. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
