Recently we had a task of converting a Git repo to a TFS. The original source code repository was managed under TFS, then during a trial period we ran it using Git (exported from TFS). However, due to organizational policies we had to switch back to TFS. At the same time our project was assigned a new...
I am using git-tfs for a couple of weeks now and had some issues with it that using the checkintool results in one tfs changeset that combines all previous commits. This can often be usefull but in my case I would like to push all individual local git commits seperately to tfs. This is exactly what rcheckin...
I just read: Version Control by Example It's a free printed book which can be shipped to your home for free by filling out a page full of questions. If you want the details on how to get it shipped to your home or have any questions about it find out the details here . Quick review of the book: Introduction...
Prelude This will hopefully be the start of a series of posts / articles about the basic information/skills needed for different software development. Source Control Source control is one of the things you need to set up before starting to do the actual development. Before creating things of value it's...