Isabel Muñoz

Results 3 comments of Isabel Muñoz

I fixed the problem by modifying the following line in the file Git.php at line: 85. old line: `$return['upload'][$file] = $this->get_file_contents("$target_commit:$file");` new line: `$return['upload'][$file] = $this->get_file_contents("$target_commit:./$file");` I'm using git-deploy-php from...

Hi Bruno! I have rebuilt everything several times because I put different traces until I found the problem. In the last traces I got: > [2016-08-24 17:06:28 +0200] get_file_contents: e40e38491ce42c737b71a6c25f39661ac29238f1:php/test/api_rest_test.php...

Hi Bruno, Some news: When I run diff command inside the folder where I have the files to deploy , the path in each line is the absolute path of...