Select to view content in your preferred language

Will the following code delete all versions in the database?

66
0
Tuesday
GeorgeJonesRIGOV
New Contributor II

hi all, I'm considering running this line of code I have here. I am trying to reconcile and post my edits in a feature class into a main database. My goal is to not delete all the versions I have in store for it. Below is the following code for it. 

 

arcpy.ReconcileVersions_management (arcpy.env.workspace, "ALL_VERSIONS", defaultVersion, versionList, "LOCK_ACQUIRED", "NO_ABORT", "BY_OBJECT", "FAVOR_EDIT_VERSION", "POST", "KEEP_VERSION", reconcileLog)

 

thank you for any feedback.

Tags (1)
0 Kudos
0 Replies