Lars Hvam

Results 1023 comments of Lars Hvam
trafficstars

if you want to delete the repo, try report https://github.com/larshp/abapGitServer/blob/master/src/frontend/zags_repo_delete.prog.abap

good idea When I get the time, I will implement a pull request feature in abapGitServer much like on GitHub

its difficult to run code inspector unless abapGitSever is on a separate server than the development server, as it requires pulling the code to the system merging the PR: nothing...

I guess the internal server error originates from the git host, which git hosting service do you use?

okay, then I'll move this issue to the abapGitServer project, as it looks like the issue is there somewhere

* When did you last try to create a branch on abapGitServer, and did it work? * I guess there is a ST22 short dump on the server, what does...

what is the contents of ZAGS_BRANCHES, does the branch already exist? Note the unique index on name

unique index key is REPO + NAME, so different repos can have same branch name(with different contents)