Difference between revisions of "Git svn"

From relax wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
  md C:\relax
 
  md C:\relax
 
  cd C:\relax
 
  cd C:\relax
  git svn clone svn://svn.gna.org/svn/relax/trunk/
+
  git svn clone http://svn.gna.org/svn/relax/trunk
 
This takes a clone of the repository at that revision; to update it to HEAD, you now need to rebase, which is very similar to: svn up
 
This takes a clone of the repository at that revision; to update it to HEAD, you now need to rebase, which is very similar to: svn up
 
  git svn rebase
 
  git svn rebase

Revision as of 11:54, 21 July 2013

Background

Windows

Based on these posts and on this recommended post.

md C:\relax
cd C:\relax
git svn clone http://svn.gna.org/svn/relax/trunk

This takes a clone of the repository at that revision; to update it to HEAD, you now need to rebase, which is very similar to: svn up

git svn rebase

Check information

git branch -a