Skip to content

Instantly share code, notes, and snippets.

@ddribin
Created April 5, 2011 15:12
Show Gist options
  • Save ddribin/903804 to your computer and use it in GitHub Desktop.
Save ddribin/903804 to your computer and use it in GitHub Desktop.
git-svn caveat
For the sake of simplicity and interoperating with a less-capable
system (SVN), it is recommended that all git svn users clone, fetch
and dcommit directly from the SVN server, and avoid all git
clone/pull/merge/push operations between git repositories and
branches. The recommended method of exchanging code between git
branches and users is git format-patch and git am, or just
'dcommit’ing to the SVN repository.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment