Posts

How to import a new tag from svn into git-svn?

Image
0 By @Vanuan's answer How to import svn branches and tags into git-svn? a svn repo with branches and tags are fetched into git-svn, but then how to import a new-upstream-created tag into git-svn? Use Case: Mirroring an active-developed svn repo No write permission to the svn repo; Sync new tags and branches with the svn repo; Create new git-only branches, modify and commit to a git repo; git svn git-svn share | improve this question edited Nov 29 '18 at 9:53 Morris asked Oct 31 '18 at 10:09 ...