cancel
Showing results for 
Search instead for 
Did you mean: 

Code version control SAPUI5

Former Member
0 Kudos

Hi gurus,

What is the best option to do a control version of the SAPUI5 code at development? I read something about the use of NWDI or GIT, which one would you use for it?

Regards,

Marcel.

Accepted Solutions (0)

Answers (3)

Answers (3)

SergioG_TX
Active Contributor
0 Kudos

there many options to do your code versioning, however, the question is, which one do you feel comfortable with? also, are you ok with learning a different approach if needed? see below

1) Git is one and it can be connected from eclipse or from HCP.

2) if you are using HANA and HALM, you could enable change recording to capture changes to the code and then release a changelist (objects that changed)

3) another option is MS TFS - there is a plug in for that, however, if you use HANA, then you would need to activate your code back into HANA repository.

4) there may be a plug in for SVN as well out there - I am not 100% on this last point.

Qualiture
Active Contributor
0 Kudos

Depends on your project. That's the beauty of SAPUI5 / OpenUI5, you can use any version control system you would like -- NWDI, Git, SVN, CVS, Visual SourceSafe, etc

santhu_gowdaz
Active Contributor
0 Kudos

GIT for UI5