Can someone recommend a source control product that does all of the following:
- Seamless integration into VS 2008 Pro
- Will allow me to create different "editions" of a program (like "express" and "pro") - maybe with branching?
- Will allow me to track changes for specific client requests. Say I have four clients, 2 on express, 2 on pro. I would be able to create specific, customized changes for all clients while still maintaining a singular codebase.
I'm not sure if something like VisualSVN can handle this, but there must be a product out there.