-1

I am trying to migrate some PL/SQL code from VSS to TFS. Can this be done? Is there any restriction on the file type?

William Robertson
  • 15,273
  • 4
  • 38
  • 44
uttara bhosale
  • 97
  • 2
  • 2
  • 11
  • What do you want to migrate. VSS and TFS are just source controls. And there is already a migration tool... What you are asking depends more on you programming environment... what are you using? – xMRi Feb 27 '17 at 11:00
  • 1
    Why would there be? What issues are you having, specifically? – William Robertson Feb 27 '17 at 11:16

1 Answers1

3

You can migrate repositories from VSS to TFS using the VSSConverter.exe tool (see this walkthrough in MSDN for the complete details).

The file types are irrelevant, and the procedure should work in the same way for any file type.

Mureinik
  • 297,002
  • 52
  • 306
  • 350