abapGit / ADT_Frontend

ABAP development tools plug-in for abapGit
MIT License
56 stars 19 forks source link

Disable selective pull feature temporarily #205

Closed abinbaby-sap closed 3 years ago

abinbaby-sap commented 3 years ago

Backend call to fetch locally modified objects in a repository during PULL is running into an error which results in PULL action being aborted.

Happens while linking and pulling existing abapGit repositories which also contains a sub-package.

Reason for the failure: Selective pull backend call would try to create sub-packages in the system which are part of the repository and this would require a transport request which is currently not being passed.

A proper fix would be to handle the transport request with selective pull backend call which would be done as a separate fix.