views:

423

answers:

1

How would you integrate Subversion and CA Harvest if using Subversion to sync work across a team and Harvest as the enterprise system of record?

An approach I'm investigating is creating a script that loads a SVN tag into Harvest, but am curious if anyone else has done something like this before or there is a better way to approach the problem.

+1  A: 

I know that with subversion you can configure the server to run a script upon each commit, which might be able to call some functions on CA Harvest.

Another alternative if you are using Eclipse would be to integrate using Mylyn. Mylyn integrates with Subversion and I think there is an Eclipse plugin for CA Harvest - perhaps they will all work together nicely?

Grouchal