Re: git and Django

2007-07-19 Thread Rob Hudson
On Jul 19, 2:10 am, Michael Radziej <[EMAIL PROTECTED]> wrote: > Was git-svn easy to set up? I'm having issues with its ugly sibling > "git-svnimport" ... On a Mac with MacPorts, very easy: $ sudo port install git-core +svn Anywhere else I'm not sure but the above suggests that git-svn is a

Re: git and Django

2007-07-19 Thread Michael Radziej
On Wed, Jul 18, Rob Hudson wrote: > After going to a git presentation by Randal Schwartz and watching the > video by Linus on git, I decided to play with it some for a patch I'm > testing in Django. I got git and git-svn installed on my Mac, pulled > down the Django source and started a new bran

Re: git and Django

2007-07-18 Thread Malcolm Tredinnick
On Wed, 2007-07-18 at 22:09 +, Rob Hudson wrote: > After going to a git presentation by Randal Schwartz and watching the > video by Linus on git, I decided to play with it some for a patch I'm > testing in Django. I got git and git-svn installed on my Mac, pulled > down the Django source and

git and Django

2007-07-18 Thread Rob Hudson
After going to a git presentation by Randal Schwartz and watching the video by Linus on git, I decided to play with it some for a patch I'm testing in Django. I got git and git-svn installed on my Mac, pulled down the Django source and started a new branch for the patch I'm working on. What's *r