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
292 stars 45 forks source link

Deleting files that were already deleted on the server causes an error #4

Closed pocketarc closed 13 years ago

pocketarc commented 13 years ago

I deleted a file on a server, and then deleted it on a git repository, and git-deploy-php errored. It kept going, though, which means this error is pretty harmless, but still, I don't want any errors.