vote up 2 vote down star

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

flag
Do you really use VSS on Linux? – victor hugo May 26 at 6:42

4 Answers

vote up 0 vote down

(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|flag
vote up 1 vote down

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|flag
vote up 1 vote down

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|flag
vote up 0 vote down

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|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.