TF60070: Unable to connect to the Team Foundation Server: 'http://Servername:8080/'. Please ensure that the Team Foundation Server exists and try again.
With the new TFS 2010, you also need to include collection information in the
<?xml version="1.0" encoding="utf-8"?>
<SourceControlConverter>
<ConverterSpecificSetting>
<Source name="VSS">
<VSSDatabase name="c:\VSS"></VSSDatabase>
<SQL Server="." />
</Source>
<ProjectMap>
<Project Source="$/" Destination="$/SourceSafe Backup"></Project>
</ProjectMap>
</ConverterSpecificSetting>
<Settings>
<TeamFoundationServer name="servername" port="8080" protocol="http" collection="tfs/DefaultCollection"></TeamFoundationServer>
<Output file="migration_Analysis.xml"></Output>
</Settings>
</SourceControlConverter>
Hope this helps someone else!
1 comment:
Bryan,
Would like to speak to you about an opportunity. Please track me down if interested. You ought to be able to easily locate me by checking out my profile.
Thanks,
Tim
Post a Comment