That would definitely work, but requires a dependency on features. I guess we have to take a look at the code to see how to integrate a clean export directly into code.
On Wed, Dec 1, 2010 at 11:09 AM, Steve Karsch <[email protected]> wrote: > 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 <[email protected]> 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. >
