OPI Blog
Learn from experts in their fields

Browsing Tags: git-svn

Mar 24, 2015
Goodbye Google Code
Google Code is shutting down (because everyone uses github anyway) So long and thanks for all the fish.  It has been a good ride — thank you for pushing open collaboration forward! Its been a good ...
Feb 4, 2014
Getting started with git svn
If you are familiar with git and have used it, you already know the power you get with it. If you are using SVN, you should take git for a spin and see how it ...
Apr 28, 2011
Helpful git-svn cheatsheet
In my previous post "A successful git-svn workflow", I wrote about starting out with git-svn. This post is a followup with notes on more advanced topics....
Mar 17, 2011
A Successful git-svn Workflow
Back in the days of CVS and Clearcase I definitely thought Subversion was a clear improvement, but then git and distributed version control had to come alone and ruin it all for me. When I heard that you could use git as a svn client, I was intrigued and gave it a fair chance. This is the workflow that I've found to be most harmonious with me and my coworkers didn't even need to know I was using git this way :-) ...