abapGitServer
abapGitServer copied to clipboard
handle special character $ in repo name
Hi, I have this problem where I have a package named $TEST which I added to abapGitServer and when I look at commits or files I get a 404 error. If I schedule the batch job, it cancels itself. Is there a way to remove the $TEST from abapGitServer?
if you want to delete the repo, try report https://github.com/larshp/abapGitServer/blob/master/src/frontend/zags_repo_delete.prog.abap
Thanks, I just found that. When I run the background job, it is still trying to include the deleted repo in the job and cancelling.
Thanks, I just found that. When I run the background job, it is still trying to include the deleted repo in the job and cancelling. Cancel that, I didn't remove the background scheduling through abapGit itself.