3

I'm evaluating SCM's for a potential move away from SourceSafe. Plastic SCM makes a good impression. I saw that it has an importer from SourceSafe but couldn't find a lot of information about how it handles some of VSS specialities - namely "Shared files". Anyone have experience with that particular aspect or this migration in general?

Kempeth
  • 1,856
  • 2
  • 22
  • 37

1 Answers1

2

Once you move away from VSS you'll find that the "shared files" concept doesn't exist "as is" in other systems.

That being said, I bet you need to "upgrade" to a "component based development" model, which is a cool name to describe what you're looking for.

There are two interesting links you should read:

Hope it helps.

pablo
  • 6,392
  • 4
  • 42
  • 62
  • Thanks for those links, That first one was new to me and cleared up a few things. I am more than happy to move away from shared files and use a component based approach. The question is can the migration tool do that conversion or will it simply separate shared files into individual entities? – Kempeth Jun 14 '11 at 08:53