up vote 3 down vote favorite
1
share [g+] share [fb]

how linked files in vss repository can be migrated to svn repository

link|improve this question
Do you really use VSS on Linux? – victor hugo May 26 '09 at 6:42
feedback

4 Answers

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

If you're talking about the VSS feature of having one file shared into multiple folders, take a look at this other question: it got quite some feedback.

Short answer: either try to avoid shared files (hard to maintain and document, especially when you branch) or use the svn:externals property.

link|improve this answer
feedback

(I guess you're talking about shared files in VSS?)

I don't think there's an automatic migration. But you can use SVN's externals feature to achieve the same effect.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown