At the moment we are checking out our php producation code straight into www. With this we get all the Netbeans meta data and project files that are needed for the site, we have to constantly rm the metadata files from www so they are not accessible from the browser, same goes for all the svn metadata and files too. Is there a way of checking out production code and seperating it from all the files you don't want your users to see?
And, should we be checking in our netbeans projects files in the first place?