Closed shsanayei closed 7 years ago
The Method pushRep gets an List
The Method iterates through the List and looks for entries which has the typ DELETE and delete them from the local Repository in the copyGeneratedXmlFiles Method and add it for the commit in the pushRepo Method.
When Jekyll2Cms pulls changes from the configured repository and copies the xml files to the specified first-spirit-xml directory, it does not regard deleted files.
The application must also recognize deleted files and delete the xml equivalents to those files from the first-spirit-xml directory as well.