nomssi / ABAP-to-PlantUML

Create UML Class and Sequence Diagrams from ABAP Code
MIT License
47 stars 17 forks source link

doesn't work with ABAP_GIT #2

Open ffischer1984 opened 6 years ago

ffischer1984 commented 6 years ago

tried to clone it with abap_git and the package seems to be empty.

nomssi commented 6 years ago

I have updated the files under "latest" with a recent abapGit version. Can you please try again?

ffischer1984 commented 6 years ago

how you clone just a folder and not the whole repository in abap? I think abap_git tries to clone your repo, abap understand that your repo has not the same format than abap-packages and abort the cloning process which results in an empty package

pokrakam commented 6 years ago

abapGit works at repository level. This repo was created manually by uploads. I have forked it and ... well I basically had to recreate everything, but the result is a version that can be pulled from abapGit. https://github.com/pokrakam/ABAP-to-PlantUML

@nomssi - I had to drop the <740 parts. I would put them into a separate ..._702 repo, since abapGit works at repo level. Let me know if you want to do this and I could give you a hand.