Eclipse merge issue with Android (Java) project -


I am using Eclipse + Subvision for Android Development. I used to prepare a free version of my apps with ads, and had paid for them without any one, so I put it in two different branches in subversion.

The problem I have found is that they are two different apps for Google Play and other markets, they have a different package name. So I have, for example:

com.package.game com.package.gamefree

When I make some changes on the free version of the game and merge them apart In the Paid branch, I found myself in a trouble because the source files for free games are below the com / package / gamefree and for payment under the com / package / game

I have a " Manual "merge finished, source file by source file Make a difference, but I must also look at the files which have been added to other directories and which have been erased, waste of time.

So, does any kind of contradiction know that com / package / game is "identical" directory compared to com / package / gamefree in one branch in the other?

Thank you very much,

I'm guessing here, but You can also download the free app on the trunk com.package.gamefree package.

On the branch, you can import one imported on the other, in the form of dependence Lib, and it wraps with the launcher class, under com.package.game It is packed, adding license stuff ...

In this way you only need to modify the code once and create 2 apps.

Comments