We have been using database replication with the older, traditional database versioning for many years now. It provides a simple way to manage syncing data that might need to be disconnected from the original source -- pushing data out for external web app data access for instance. We would like to implement Branch Versioning on our master editing database to take full advantage of feature service editing capabilities including version management and validation. It seems that Branch Versioning DOES NOT support the typical replication of old. It would be rather helpful to see this implemented.
The, not-desirable, workaround for this is to create a schema copy of a database, and use scripting to truncate/append data out to these external databases -- this is a bit of a data management problem.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.