-
Notifications
You must be signed in to change notification settings - Fork 723
Description
I am trying to export a project out of TFS2012, with history, to move into VSTS. At the project level, I have converted it to a branch. I am on the latest version of git-tfs, and have been able to replicate the error on multiple servers and multiple projects. The project folder gets created, the .git folder gets created within it, along with the supporting files.
Eventually, I will receive the following error:
Value cannot be null
Parameter name: merger
I am running the following command:
git tfs clone http://serverName:8080/tfs/ApplicationCollection $/projectName
Here is the project structure:
Here is a gist of the log file:
https://gist.github.com/PCfromDC/257d67772b39d8c14b05f4462a44cbae
Here is the log file:
log.txt
Thank you for your help.
-Patrick