I have a website hosted with godaddy. Basically for my work I use TFS. For my personal visual studio 2010 projects I use sourcesafe for version control but obviously I need to have it’s data store on the local machine.
I need something that I can use my sql server database on my website to store the version control data. I’m not familiar with git, subversion and all those good stuffs, but I’m working on understanding them. Right now I couldn’t decide on any specific ones. Every time I search for opensource version control there is a whole lot of options I just couldn’t see which is what I need.
My basic requirement is I should be able to check-in check-out my visual studio files and keep them in my website, and access it from anywhere just like TFS. I need it in my website so I don’t have any data size restrictions.
Is it possible at all?
As I understand you question, You can use TFS Service Preview, you can also use TFS Express on your machine and expose it to the internet.