0

I have tried all of the suggestions I can find on SO but nothing quite works. I want to periodically move an active Git repo over to an existing, but currently empty, SVN repo. Following the higher rated suggestions from SO the best I can do is check out the Git repo into my SVN trunk but then I end up with a huge number of merge issues as I try to rebase (as per the suggestions on can find).

What do I need to do to periodically move my Git master branch into this SVN repo while preserving my Git history?

1
  • 3
    Don't search SO, but firstly read manual git, git svn will give you some hint. Commented Feb 26, 2016 at 4:23

2 Answers 2

1

git-svn is an okay solution. SubGit is a much better solution in my experience. I suggest you start by looking at the translation limitations to see if any of those limitations will affect the ability to translate your repository.

From the rebasing issues you describe it sounds like you need to focus on your branch management strategy.

Sign up to request clarification or add additional context in comments.

Comments

0

As an option - put it into github: https://help.github.com/articles/support-for-subversion-clients/

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.