简体   繁体   中英

Merging selective SVN revisions from a SVN branch into GIt Branch

We have moved onto GIT about 2 weeks ago and we locked down the SVN check in to the svn trunk. Our main production release is still on a SVN release branch - i have made quite a few bug fixes on this svn branch and now i want to merge a selective range of revision from the svn branch onto the GIT Master branch.

I read that git svn can do this job, but i am unable to get it to work. Is there any plugin from eclipse that allows me to do this easily or if not, can you let me know what syntax it is exactly to do this please?

so far,

I found this post, which is closest to what i want to do do. It only talks about how to clone the revisions that i want to merge.

How to git-svn clone the last n revisions from a Subversion repository?

but it doesnt seem to explain how do i actually merge it back.

Thanks

If you manage to get all of your svn checkins into any git branch you can cherry-pick the once you want into any other git branch.

I always like to get as much as possible into git, in your case to as quick as possible be able to stop using svn entirely.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM