A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/larshp/abapGitServer below:

larshp/abapGitServer: Git server implemented in ABAP

Git server implemented in ABAP

via abapGit

by activating the ServiceName ZABAPGITSERVER in transaction SICF

to use it via the web frontend by running transaction ZABAPGITSERVER (or right click on the SICF service ZABAPGITSERVER and choose Test Service)

abapGitServer supports merge requests between two branches of the same repo.

After creating a new branch, push it directly to abapGitServer before committing any changes:

git branch <new>
git push origin <new>

After this operation you can make your changes and commit them to the new branch. When you push a new branch with new commits, the operation will fail.

2018-02-25: Support for tags added, use conversion program ZAGS_MIGRATION_03 to convert old repositories

2018-01-21: Field ADLER32 added in database table ZAGS_OBJECTS, use conversion program ZAGS_MIGRATION_02 to convert old repositories

2018-01-13: Make sure you have the latest development version of abapGit installed

2017-03-12: Key field REPO added in database table ZAGS_OBJECTS, use conversion program ZAGS_MIGRATION_01 to convert old repositories

see https://github.com/larshp/ABAP-Swagger

Works with 'git pull' from command line, so all objects can be exported to a different git server if needed, guide

abapGit is your git client and the abapGitServer our server. We first have to setup the ssl connection with the root certificate of the sap system the abapGitServer is running on. After that the abapGitServer can be used like every other git server.

See wiki


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4