Maintaining both free and pro versions of an application

Posted by Immortal on Stack Overflow See other posts from Stack Overflow or by Immortal
Published on 2010-03-27T11:20:29Z Indexed on 2010/03/27 11:23 UTC
Read the original article Hit count: 281

I want to create a PRO version of my application for Android and was wondering how to structure my repository.

For know I have a trunk and feature branches. I'd like to put a pro version in another branch but maybe there is a better way? For example, maybe I should create two branches - one for free version, the other for pro?

Pro version will have additional features and will be ads-free, so eg. I don't want to include AdMob libraries in the pro version.

Do you have any experience or suggestions as to what would be the best way to structure the repository in this case?

© Stack Overflow or respective owner

Related posts about android

Related posts about versioning