Hi,
I have used git-tf tool from Codeplex in the past. Now that I need to perform same task 'moving code with history from tfvc to git project' . should I consider git-tf from codeplex or git-tfs from GitHub????
It is said git-tf is moved to GitHub as git-tfs??? Is that right???
Do they both work differently?? Which one should I be using???
When I use git-tfs and run the git tfs clone command , I get this error
"
Unable to load any TFS assemblies!
Could not load file or assembly 'Microsoft.TeamFoundation.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
Could not load file or assembly 'file:///D:\GitTfs-0.27.0\GitTfs.Vs2015\Microsoft.TeamFoundation.Client.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information."
Also attached log file.txt.
Please guide me
Thanks
Pavan