It's all about the answers!

Ask a question

syncing with external repositories


Aaron Cohen (8207851) | asked Oct 24 '07, 8:20 a.m.
JAZZ DEVELOPER
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?

One answer



permanent link
John Vasta (2.6k15) | answered Oct 24 '07, 9:34 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
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

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?

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.