Skip to content

Tag Archives: git

git bit me.. yet again.

26-Feb-09

Moving ‘bases’ from the local git-svn repository over to SF.net was quite enlightening. The local git-svn repository was pointing to a SVN repository which could not be accessed. git-format-patch converted the git-svn repository into a series of patches, and git-am happily applied those patches onto the new git-svn repository at SF.net.
In fact a simple [...]