We have two SVN repositories, say Repo1 and Repo2. The recent project Repo2 was created based on the old Repo1. When migrating to GIT, how to split Repo2 from Repo1? We still need a way such that some fixes can be easily merged to GIT Repo1 and Repo2.
If you make one of the Git repos (Repo2 in your example) a fork of the other, with some additional commits in it, you will be able to easily merge from it to the other. (Assuming Stash, since you asked here.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.