Entries from Monday, April 27. 2009

  • April, 2009
  • git-svn on macports

    If you are using macports, you will notice that git svn init will give you this erro git: 'svn' is not a git-command. This is because the default build of the macports git does not build git-svn. You can do the following steps to fix this

    sudo port deactivate git
    sudo port install git +svn
    
    Be preapeared for a long build - this will pull in svn and related dependencies.
    Defined tags for this entry:

Page 1 of 1, totaling 1 entries