An svn repository I'm mirroring through git-svn has changed URL.
In vanilla svn you'd just do svn switch --relocate old_url_base new_url_base.
How can I do this using git-svn?
Simply changing the svn url in the config file fails.
|
An svn repository I'm mirroring through git-svn has changed URL. In vanilla svn you'd just do How can I do this using git-svn? Simply changing the svn url in the config file fails. |
|||
|
|
|
This handles my situation pretty well: https://git.wiki.kernel.org/index.php/GitSvnSwitch I cloned using the It is tempting to edit the
Adventurous souls may want to try |
|||||||||||||||||||
|
|
Unfortunately most of the links in these answers aren't working, so I'm going to duplicate a bit of information from the git wiki for future reference. This solution worked for me:
The original information was found here. |
||||
|
|
|
You can see if the following works OK:
|
||||
|
|
Git svn relies heavily on the svn URL. Every commit that is imported from svn has a A valid relocations strategy is to call http://www.sanityinc.com/articles/relocating-git-svn-repositories |
||||
|
|