Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Used the below commands to sync the GIT repo with all the latest SVN commits.
git svn fetch
java -Dfile.encoding=utf-8 -jar ~/svn-migration-scripts.jar sync-rebase
java -Dfile.encoding=utf-8 -jar ~/svn-migration-scripts.jar clean-git --force
But it is ignoring merged revisions from SVN while rebasing.
Any idea how to fix this????
Please suggest.