From a9ffbfa04323dc4a1003d6e886a5a7c3311a5e1b Mon Sep 17 00:00:00 2001 From: Michael Buckley Date: Wed, 5 Aug 2020 14:49:16 -0400 Subject: [PATCH] Mark this obsolete --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6717f1d..19a3ef7 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ Introducing file-based version-control for Oracle Application Express apps! * Any version-control tool can be used, not just git * Tested on Linux and OSX (Windows not supported) +# Obsolete +This is obsolete now that SQLcl includes the application export functionality. +Running `apex export -skipExportDate -expOriginalIds -split -splitNoCheckSum -applicationid $apexappid` +will give the same result except for replacing absolute paths with relative paths in the scripts for git. + ## Getting Started Prerequisites: * Oracle SQLcl on the path (https://www.oracle.com/database/technologies/appdev/sqlcl.html)