Reputation: 1218
Is it possible to to source control only parts of a project with TFS / Visual Studio 2013 without cloaking / excluding all other directories (I want to include, not exclude)?
In my scenario, the project is a DNN website. I tried to put the whole website under TFS source control, but that is certainly unnecessary and ended in a mess (a cloaking orgy). There are only rather small parts (e.g. /Portals or /DesktopModules) where I put in work, and I would like to version control only those directories.
Upvotes: 0
Views: 39
Reputation: 8963
I recommend source controlling the Modules and Skins themselves.
This is done by developing each module or skin in its own VS project. If you haven't checked out my module development templates, do so. They are designed for exactly this scenario http://christoctemplate.codeplex.com/
Upvotes: 1