How can I get a list of all the sub folders and files in a vss project and check if any one is a linked item (shared item) by using C#.net code ?
I have migrated a VSS database to SVN. My aim is to compare a VSS project with the corresponding migrated (vss to SVN) project to see if there exist a linked item (shared folder or file). To my understanding, the migrated projects in SVN has the actual file instead of a link as in VSS.
If I can determine that the migrated project in SVN contains a linked item(file/Folder) from VSS, then I plan to set svn:external property on that project and removing the actual files/folders acting in place of a link.
I request your help.
Thanks,
Biju Joseph.