<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
On Wed, 2010-12-01 at 06:03 -0800, nan wich wrote:
<BLOCKQUOTE TYPE=CITE>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    We encountered an issue yesterday that requires changing some Views. I don't have any heartburn about going into each region (dev, test, stage, prod) and manually changing them, but we are working to move our deployments into SVN (no choice there, please don't suggest another system). Certainly I know how to&nbsp;export and import, but not how that can be scripted. Does anyone do that kind of thing? If so, how?<BR>
</BLOCKQUOTE>
<BR>
If all your sites are all the same, here's the dirty thing that we do in those cases:<BR>
<BR>
1) dump these tables:<BR>
views_view
views_display<BR>
views_object_cache<BR>
<BR>
2) import them into other database<BR>
<BR>
3) clear cache<BR>
<BR>
Can't beat the speed of that. And it can be scripted easily ;)<BR>
<BR>
</BODY>
</HTML>