Can you use features + drush? Include those views in a feature (my_views), then:
* make views changes in dev * drush features-update my_views (in dev) * commit to svn * deploy to test * drush features-revert my_views (in test) * repeat as needed in stage and prod steve On Wed, Dec 1, 2010 at 9:03 AM, nan wich <nan_w...@bellsouth.net> wrote: > 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 export and import, but not how that can be scripted. Does anyone do that > kind of thing? If so, how? > > > Nancy > > > > Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, > Jr.