pocketarc / git-deploy-php

git-deploy-php is a simple php-based tool that deploys your Git repositories to FTP/SFTP servers, and keeps them updated automatically.
http://brunodebarros.github.io/git-deploy-php
291 stars 45 forks source link

Problem deleting folders #3

Closed pocketarc closed 13 years ago

pocketarc commented 13 years ago

Because of the way git works, when deleting a folder from git, the only changes that are tracked are the files that are deleted, not the folders. As a result, it is impossible to figure out whether a folder was deleted or whether it was only its contents that were removed. This has to be sorted out. Somehow.

pocketarc commented 13 years ago

Decided not to implement this for the time being.