Kym Kovan wrote: > Looking at some of the responses in the recent thread on SVN v ftp I get > an impression that some folk are using SVN clients on Production boxes. > What are people's thoughts on this? Is it a security risk, is it > dangerous in some other way, or is it a "bad thing" because of all of > those extra files that cause havoc with backups?
You only get the extra files if you do a checkout to create a working copy, not if you do an export. Since in our workflow web content has a strict one way (dev -> QA -> prod) publishing cycle that works fine with exports. For server configuration files (basically all of /etc/) I need working copies because they go both ways, from repo to server and from server to repo. But on the other hand, I don't want any extra files in my /etc/ because that would seriously mess up anything that works with config directories instead of config files. So there I typically have a working copy in /tmp/ that mirrors /etc/ and use that if I have to push files to the repository. That does require discipline though to keep /etc/ and /tmp/etc/ in sync. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310678 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

