Tagged Questions

15
votes
2answers
1k views

Using git-svn (or similar) *just* to help out with an svn merge?

Some complex subversion merges are coming up in my project: big branches that have been apart for a long time. Svn gives too many conflicts - and some of them seem spurious. Given that git is ...
0
votes
0answers
11 views

How to retain svk branch-merge history with git-svn

I have a large, old subversion repo. It has a number of branches, and merging between branches and the trunk(s) has been maintained with svk. Commits that have been so merged contain comments like ...
0
votes
1answer
234 views

How to migrate an svk repository to git, with history?

I have an svk repo that was full of mirrors and locals etc, I cleaned it up in steps, because I'm trying to get rid of it, and evaluating what should stay. There's only one project there that I want ...