gitbook icon indicating copy to clipboard operation
gitbook copied to clipboard

Using git with a subversion repository

Open MatrixFrog opened this issue 13 years ago • 0 comments

There are (at least) two different cases where you might use git-svn. One is if you have a project currently stored in an svn repository, and you want to stop using that one, and switch to a git repository (e.g. You decided you hate sourceforge and love github). If you're trying to do this, the gitbook already does a pretty good job of telling you what you need to know.

The second is where you are going to continue hosting the project in an svn repository (for example, because it's for work, and your company is committed* to sticking with svn), but you want to use git locally. This second case is not covered well by the gitbook right now.

The following are some pages that I've found useful in this second case, so maybe, if we get the authors' permission, the information there could be brought into the gitbook.

  • http://andy.delcambre.com/2008/03/04/git-svn-workflow.html
  • http://flavio.castelli.name/howto_use_git_with_svn
  • https://git.wiki.kernel.org/index.php/GitSvnCrashCourse (this last one I don't like so much because it tries to draw parallels between git commands and the "equivalent" svn commands, when in fact they are often not really equivalent)

* pun intended

MatrixFrog avatar Nov 25 '10 08:11 MatrixFrog