> What's wrong with using working copies for production? We did > configure > apache > to reject any request with .svn in the url.
If it works for you.. more power to you. In our environment which is .Net for the most part what is in source control is not what gets deployed on the server. The application needs to be built to create the binaries, which we don't put into svn. Also, our servers are in a data center so our production servers don't even have access to the svn server which is only exposed on the intranet. So... nothing is "wrong" with it if it works for you. BOb