I additionally preferred the SVN checkout procedure to make the production 
environment a local working copy that could be used with "svn up".  One thing I 
had to do was make sure that none of the SVN files were accessible via the web. 
 You can throw the following code into a .htaccess file if you don't have 
access to the .conf files.

<IfModule mod_rewrite.c>
 RewriteRule ^(.*/)?\.svn/ - [F,L]
 ErrorDocument 403 "Access Forbidden"
</IfModule>

You just never know what someone could do with access to those .svn directories.

Anthony W.
oneofthosed3afmu...@yahoo.com


      
_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation

Reply via email to