how linked files in vss repository can be migrated to svn repository
how linked files in vss repository can be migrated to svn repository I had the same problem and I was able to modify Polarion SVN Importer to detect shared files. Perhaps it would be possible to modify it further to generate SVN externals in the dump file instead of duplicating shared files. Tim Long You can use the open-source VSS2SVN project from CodePlex. Also see this answer . This utility works by checking out files from VSS then checking them back in to SVN, so it does carry over the shared items. In SVN, though, the items will no longer be shared. Each roject will have a seperate copy.