RE: Web development development process
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Wed, 15 Sep 2010 10:19:57 -0400
> What's wrong with using working copies for production? We did
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
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.