D
D
densaface2014-11-19 18:15:41
git
densaface, 2014-11-19 18:15:41

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

1 answer(s)
R
relgames, 2014-11-20
@densaface

You took the first step right. The second step remains https://stackoverflow.com/questions/1425892/how-do...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question