chrisoldwood.blogspot.com
The OldWood Thing: January 2015
http://chrisoldwood.blogspot.com/2015_01_01_archive.html
Blog = reinterpret cast (life);. Monday, 26 January 2015. IIS Hosted Web API Not Caching Internal HTTP Responses. 8221; to true for the IIS application pool. I had a fun afternoon last week trying to help a colleague work out why the responses to the internal HTTP requests from one of my team’s web APIs weren’t being cached by the .Net HTTP component. It appeared that this was all working fine in the pre-production environment, but not production itself. A natural response when seeing Access Denied probl...
shareddev.net
Vadim's blog: November 2015
http://www.shareddev.net/2015_11_01_archive.html
Monday, November 9, 2015. How to move TFS repository to git. At the company I work for we decided to split one gigantic TFS repository into several smaller ones. We use on prem TFS server which supports multiple git repositories within one project, thus allowing us to track all work items in one place. Unfortunately it’s not the case with TFS repository - you can have just one per project, at least with TFS 2015 (at least prior update 1). Git tfs clone http:/ tfs:8080/tfs/collection $/my project. 3 git-t...
pickardayune.com
the Pickard Ayune
http://pickardayune.com/projects
Enables interaction with a TFS server, using git client tools. Resqued is a pre-fork daemon of resque workers. Rails 3 validation to ensure that two ActiveModel associations are related to each other. Load config settings from yaml and environment variables. Use bundler to get your .NET assembly dependencies. Etc, there was nu. While nu was a step forward (it used rubygems to manage .NET assemblies), it didn’t deal with versioning very well. noodle was the nu concept, with bundler. This is very incomplete.
shareddev.net
Vadim's blog: How to move TFS repository to git
http://www.shareddev.net/2015/11/how-to-move-tfs-repository-to-git.html
Monday, November 9, 2015. How to move TFS repository to git. At the company I work for we decided to split one gigantic TFS repository into several smaller ones. We use on prem TFS server which supports multiple git repositories within one project, thus allowing us to track all work items in one place. Unfortunately it’s not the case with TFS repository - you can have just one per project, at least with TFS 2015 (at least prior update 1). Git tfs clone http:/ tfs:8080/tfs/collection $/my project. 3 git-t...
github.com
GitHub - git-tfs/git-tfs: A Git/TFS bridge, similar to git-svn
https://github.com/git-tfs/git-tfs
A Git/TFS bridge, similar to git-svn. Use Git or checkout with SVN using the web URL. Aug 9, 2016. Modified branch naming convention for branches in other team projects. Failed to load latest commit information. Add github templates for issues and pull request. Feb 20, 2016. Feb 19, 2016. Update the description a little. Jul 17, 2015. Refactor branch option to be more consistent. Feb 16, 2016. Add MSI to Appveyor config. Mar 2, 2016. Paket: remove remaining traces of nuget. Feb 19, 2016. Feb 19, 2016.
chrisoldwood.blogspot.com
The OldWood Thing: Git-TFS Pull Failure - error running command: git rebase --preserve-merges
http://chrisoldwood.blogspot.com/2015/01/git-tfs-pull-failure-error-running.html
Blog = reinterpret cast (life);. Friday, 9 January 2015. Git-TFS Pull Failure - error running command: git rebase - preserve-merges. I’ve been using git-tfs. In anger now for the past 6 months and there was an occasional problem that cropped up that had me scratching my head a couple of times. Somehow I managed to fix it the first time by fumbling around; the second time it happened I decided it was time to fix it “scientifically” and then write it up for when it happens again. Forgotten to push a commit...
riaanhanekom.com
Moving to Git - Binary Thoughts
http://www.riaanhanekom.com/blog/2012/03/25/moving-to-git
The distributed source control system is fast becoming the de facto standard, at least in the open source arena. Although it comes with a bit of a learning curve, the advantages of using Git over more traditional SCMs like Subversion and TFS far outweighs the investment of time unnecessary to learn it. A quick introduction to Git, with a basic command reference. If you are familiar with Git, you probably won’t learn anything new. If not, please continue reading. The Pros and cons. Why switch to Git?