0

I have two oracle apex applications deployed in several geographic locations. And I want to merge them together as one baseline code-base and using configuration management like process to deploy the application in both locations functionality wise. How am I going to achieve this in Oracle apex. And I want to use the version control in APEX also.

Thanks, Thusira.

Thusira Dissanayake
  • 153
  • 1
  • 4
  • 15
  • 1
    The simple answer, unfortunately, is there is no automatic, reliable, merge capability for Apex applications. You have to find the differences and manually make the changes in your baseline yourself. – Jeffrey Kemp Sep 08 '15 at 03:23

1 Answers1

0

did you try to use following link it seems that it is a tool for comparing applications Application Builder-> Cross Application Reports -> Application Comparison

Bahadirs
  • 188
  • 1
  • 5
  • i am not trying to compare the application. Assume i have the whole application with me and want to deliver the application functionality wise to both locations. Need to figure it out how can i perform such configuration management with SVN . – Thusira Dissanayake Sep 07 '15 at 09:25
  • as i know advanced apex developers use SQLDeveloper for managing their applications and SQL developer supports svn and subversioning it may solve your need – Bahadirs Sep 07 '15 at 09:42