syncing with external repositories
Looking through the teamserver.properties, I saw this:
Is there any documentation on syncing repositories? Any Best Practices?
# Maximum number of concurrent async threads to be used for synchronization
# with external repositories. Must be at least 2, and no greater than half
# the value of the async thread pool size.
com.ibm.team.interop.service.maxsyncthreads = 2
# Should outgoing synchronization to external repositories run on this host?
# If false, no changes made in the repository served by this host will be
# synchronized to any external repositories. Typically exactly one host
# serving a given repository should set this property to true.
com.ibm.team.interop.service.outgoingSyncEnabled = false
Is there any documentation on syncing repositories? Any Best Practices?
One answer
At present, the ClearQuest Connector is the only instance of synchronization with an external repository that exists. It is currently in incubation; you can download the JazzCQConnector package from the downloads page and investigate it. There is no generic external synchronization mechanism that can be used out-of-the-box; instead, there is the capability of developing "connectors" as Team Concert extensions.
John
Is there any documentation on syncing repositories? Any Best Practices?
John
Looking through the teamserver.properties, I saw this:
# Maximum number of concurrent async threads to be used for synchronization
# with external repositories. Must be at least 2, and no greater than half
# the value of the async thread pool size.
com.ibm.team.interop.service.maxsyncthreads = 2
# Should outgoing synchronization to external repositories run on this host?
# If false, no changes made in the repository served by this host will be
# synchronized to any external repositories. Typically exactly one host
# serving a given repository should set this property to true.
com.ibm.team.interop.service.outgoingSyncEnabled = false
Is there any documentation on syncing repositories? Any Best Practices?