hi,
i am trying to convert the VSS files to the TFS database using the VSSConverter tool.
i am following the link http://msdn2.microsoft.com/en-us/library/ms181247.aspx for my proceedings.
when i run theVSSConverter tool it gives the error message:
"TF60032: The VSSConverter requires Visual SourceSafe 2005 or later to run. PLease install Visual SourceSafe 2005 or later and try again."
This occurs even after i have installed VSS 2005.
here is my settings file..
<?xml version="1.0" encoding="utf-8"?>
<SourceControlConverter>
<ConverterSpecificSetting>
<Source name="VSS">
<VSSDatabase name="C:\Program Files\Microsoft Visual Studio\VSS"></VSSDatabase>
</Source>
<ProjectMap>
<Project Source="$/" Destination="$/Team_Project/"></Project>
</ProjectMap>
</ConverterSpecificSetting>
<Settings>
<TeamFoundationServer name="isinetpoc1" port="8080" protocol="http"></TeamFoundationServer>
</Settings>
</SourceControlConverter>
please help me on the same.
Regards,
Aravind Sekar