Answer the question
In order to leave comments, you need to log in
How to move folder from svn project to main git project?
Given:
2 different projects: on svn and on git.
Task:
Transfer the folder from the svn project to the main git project (place it in the folder of the same name) with indexing 1 svn commit = 1 git commit
What I tried:
habrahabr.ru/post/144626 -
git svn clone --username myusername https:// svn....
is almost what you need, but it creates a subproject in the current project with the directory of the same name, in which all the history of commits and settings is stored in isolation. Perhaps I need to find a way to merge these commits with the commits of the main project.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question