Last active
July 13, 2018 07:32
-
-
Save JiboStore/3e36bd2dc54378c949cfd577fbd6a0d4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How to merge two repos together | |
https://stackoverflow.com/a/1684694/474330 | |
How to add non-standard svn-branch to git-svn: | |
https://stackoverflow.com/questions/13376917/add-git-branch-after-initial-fetch-in-the-same-svn-remote | |
There's actually another way to achieve the same. It involves some manipulations with internal git-svn files though. | |
You can just add necessary branch to .git/config and update .git/svn/.metadata file, so the latest fetched revision becomes 0: | |
git-svn switch svn url: | |
https://www.freelancingdigest.com/articles/git-svn-switch-to-a-different-a-svn-url/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment