So basically what you do is:
$ mkdir somedir
$ cd somedir
$ git-svn init -s $svnurl
That will initialize the git repository. The -s tells git-svn to assume the standard directory scheme for tags and branches, that is, below the svnurl
$ git-svn fetchThat'll suck all svn revisions to your local git repo.
Now hack away and use the usual git commands to check in locally.
Use something like gitNub to view the repository changes.
Enjoy :)
No comments:
Post a Comment