Posts Tagged “svn”

From svn to git, handling non-standard repo layouts

by Kenneth Kalmer on June 16, 2008

Today I finally had to “extract” a project from one of our biggest repos as part of a git migration plan. I’ve converted most of the other smaller projects in the same repo over using just their trunk, and it (…)

Read the rest of this entry »

Cheating Git

by Kenneth Kalmer on April 24, 2008

Nope, its not another post about how incredible git is, instead I’m just gonna highlight a quick way to get used to git and/or git-svn during the transition (yes, resistance is futile). $ sudo gem install cheat $ cheat git (…)

Read the rest of this entry »