Git-SVN: Update Git repo from centralized SVN server
Best way to work on a Subversion Repository via Git: git svn init -s https://svn.repo/app/ myrepo assuming that under https://svn.repo/app/ the repo contains the standard /trunk, branches and tags subdirectories Do a git svn fetch in myrepo until no more commits are fetched (may take quite some time and sometimes aborts under Windows). Checkout a … Read more