How do merge specific svn revisions from branch to trunk in Android Studio 2.0

♀尐吖头ヾ 提交于 2019-11-30 18:23:35

问题


Some time ago there was a great window where I could choose which revisions I want to merge. And recently the new dialog started to appear. It says :

This will make branch 'https://my_branch' no longer usable for further work. It will not be able to correctly absorb new trunk (https://my_trunk) changes, nor can this branch be properly reintegrated to trunk again.

Are you sure?

But I don't want to reintegrate it. I just want to merge a few revisions. can I still do that in Android Studio

Thanks


回答1:


I've find out what was wrong.

It doesn't depend on the version of Android Studio.

The problem was in wrong path to my trunk location:

My trunk folder contains multiple folders (yes, it's bad) and in configuration of SVN there was:

https://my_trunk

instead of

https://my_trunk/my_concrete_trunk_folder



After I specified location of trunk I got the dialog I wanted:




来源:https://stackoverflow.com/questions/35062889/how-do-merge-specific-svn-revisions-from-branch-to-trunk-in-android-studio-2-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!