94
Views
2
Comments
Solved
Multiple branches of one application

Dear All,

We have scenario to create two branch of application for -

Branch 1- Freeze code of the application for the year 2023

Branch 2- Start working on new requirements

We are looking for branching and merging system as provided by various Source control system like Azure DevOps, SVN, GIT etc.

Best Regards,

Nitin

2019-09-30 07-35-56
Aurelio Junior
Solution

Hi Nitin,

As stated, OutSystems does not have branching capabilities. One possible approach would be to use feature toggles to "hide" the new features you'll be working on until they are ready to go live. Take a look at this Forge component.

2021-06-03 11-03-21
Anubhav Rai
Solution

Hi @Nitin Chavan ,
You can check this discussion.
In-sort, Outsystems don't have a branching functionality in deployment.

Hope this helps you.

Regards,

2019-09-30 07-35-56
Aurelio Junior
Solution

Hi Nitin,

As stated, OutSystems does not have branching capabilities. One possible approach would be to use feature toggles to "hide" the new features you'll be working on until they are ready to go live. Take a look at this Forge component.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.