We are creating a few new anno feature classes within a versioned feature dataset.
- Copy selected anno features from existing anno classes into new anno classes (all within a feature dataset) with python
- Un-register the new anno classes with python
- Update the reference scale for each new anno class by hand with ArcCatalog
- Register the new anno classes as versioned with python
We have a large number of existing versions that we cannot afford to damage. We noticed that when we un-versioned the new anno all versioned editing stops working. And the feature dataset is no longer versioned. But all the versioned feature classes within the feature data still appear to be versioned, , save the new anno classes, e.g. they still have evw's (Esri versioned views) in the database. After we version the new anno classes everything appears to be working normally again.
Is this workflow safe for our existing versions and versioned data?