svn2git – How To – svn2git not found

I have tried to move a svn repo to git thismorning and have been having great trouble. Firstly, I work from a Mac.  This is not by choice, but was my only option.  It was that or paper and pen.. Now I have been working here for a while I have a linux build in […]

Posted on June 2, 2009 at 11:59 pm by Jordan Carter · Permalink · 2 Comments
In: Server Config, Web Development · Tagged with: 

Github public key authentication rejected

So you just added another public key to your github account so you can deploy your app on your new server. You jump down into a folder you want to put it into (/var/rails) in my case. You notice you need to add sudo to the front so that git can create the folder it […]

Posted on June 2, 2009 at 12:41 pm by Jordan Carter · Permalink · Leave a comment
In: Server Config · Tagged with: ,

Add Github to your Gem Sources

If you tried installing a gem from github and got ERROR: could not find gem <gemname> locally or in a repository Then you need to do the following gem sources -a http://gems.github.com That should set you up for all GitHubs glory.

Posted on May 19, 2009 at 9:47 am by Jordan Carter · Permalink · Leave a comment
In: Web Development · Tagged with: 

Git – GitHub – Using Git

So we have finally made the move to Git.  Albeit slowly. git add . Add files to git

Posted on May 18, 2009 at 10:34 pm by Jordan Carter · Permalink · Leave a comment
In: Web Development · Tagged with: ,