Gaetano Giunta
Gaetano Giunta
Parser error just fixed. Otoh I am not sure about ACTION_INITIALIZEFEED - since that event is not generated anymore by this branch of the code, maybe we should just remove...
Hello what type of behaviour do you get exactly ? pending sync events which you can not remove?
To be honest, I was just testing a workaround to a problem I have :-) Here's the deal. Code which used to work, up to pake 1.7.1 ``` $files =...
I agree that this should be cleaned up a bit, but especially documented. As of now, there are various pake_xxx functions which take a "filelist", "path" as arguments, and nowhere...
Ok, removed lambda
doh! will try
Doh, I looked around in the code for "sftp" but somehow missed that. Scp is available on windows as well (at least it is part of git and cygwin) so...
PS: I just found out that optional arguments and options can be added on the cli after the name of the task. Duh. This allows me to reach my goals,...
It seems that the way you specify the location for pakefile.php has an impact: if specified as relative to current dir is ok. If specified as absolute path, not so...
mmm, looks like this was merged into Doctrine. I am reading the official docs at the moment...