Is it possible to retrieve changeset records using the Vault API?
I'm working on a program to migrate all files and history from Vault to TFS Source Control. Currently my approach is looping through each file and get history of that file and perform each action in TFS. But this approach is not feasible as in test run, it took a very long time to migrate.
What I'm trying to do now is instead of looping through each file's history (thus creating a lot of changesets in TFS) is to retrieve the changeset in Vault, getting all the files and actions and group them into one changeset in TFS.
Can anyone let me know if there is a way to do this using the API? What class and method should I be exploring? Help is greatly appreciated.
Getting all changeset records
Moderator: SourceGear