I have an umbraco 6.* site set up in VS2012 and am using TFS for source control.
If I add templates, media items etc to the umbraco site through the umbraco backend the new files are not automatically included in the solution and I have to manually include the files so that they can be checked in to source control.
This can become quickly unmanageable when installing packages etc. or anything that creates a lot of files throughout different folder locations.
Does anyone have a solution to guarantee all files are checked into source control?
Changing source control is not an option.
Thanks