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


some time ago there great window choose revisions want merge. , new dialog started appear. says :

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

are sure?

but don't want reintegrate it. want merge few revisions. can still in android studio

thanks

i've find out wrong.

it doesn't depend on version of android studio.

the problem in wrong path trunk location:

my trunk folder contains multiple folders (yes, it's bad) , in configuration of svn there was:

https://my_trunk

instead of

https://my_trunk/my_concrete_trunk_folder


enter image description here


after specified location of trunk got dialog wanted:


enter image description here


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -