Show Navigation | Hide Navigation
You are here:
Geoprocessing tool reference > Data Management toolbox > Versions toolset > Tools

Post Version (Data Management) (ArcInfo and ArcEditor only)

Release 9.2
Last modified November 29, 2010
E-mail This Topic Printable Version Give Us Feedback

Print all topics in : "Tools"


Related Topics

Posting is the process of applying the current edit session to the reconciled target version during version geodatabase editing. Before a version can be posted, it must be reconciled with a target version and all conflicts must be resolved.


Usage tips

Command line syntax
An overview of the Command Line window
PostVersion_management <in_workspace> <version_name>

Parameter Explanation Data Type
<in_workspace>

The ArcSDE geodatabase containing the edit version to be posted. The default is to use the workspace defined in the environment.

Workspace
<version_name>

Name of the edit version to be posted to the target version.

String
Data types for geoprocessing tool parameters


Command line example

PostVersion_management  "Database Connections\Connection to workspace.sde" housing

Scripting syntax
About getting started with writing geoprocessing scripts
PostVersion_management (in_workspace, version_name)

Parameter Explanation Data Type
in_workspace (Required)

The ArcSDE geodatabase containing the edit version to be posted. The default is to use the workspace defined in the environment.

Workspace
version_name (Required)

Name of the edit version to be posted to the target version.

String

Data types for geoprocessing tool parameters


Script example

import arcgisscripting
gp = arcgisscripting.create()

gp.postversion( "Database Connections\Connection to workspace.sde", "housing")

Please visit the Feedback page to comment or give suggestions on ArcGIS Desktop Help.
Copyright © Environmental Systems Research Institute, Inc.