I have tried many many times to follow this guide but not work on winxp: when the building start automatically on the console tab i see:
- Code: Select all
myproject [Program] C:\Programmi\cwRsync\bin\rsync.exe
and on the console not write nothing!
generally write somethings like this:
- Code: Select all
building file list ... done
html/index.php
sent 37499 bytes received 72 bytes 2783.04 bytes/sec
total size is 87442432 speedup is 2327.39
I try to use the rsync manually and work with a command like this:
- Code: Select all
C:\Programmi\cwRsync\bin>rsync.exe -vcrz --delete-after '/cygdrive/c/Documents and Settings/Administrator/Zend/myproject' root@192.168.1.1:/var/www/html/myproject/
And then i changed the settings variables of the building program like this:
- Code: Select all
-vcrz
--delete-after
--exclude-from=rsyncExclude.txt
'/cygdrive/c/Documents and Settings/Administrator/Zend/myproject'
root@192.168.1.1:/var/www/html/myproject/
Only selecting this option on building program setting "Replace native environment with specified environment" the rsync start but i get this error:
- Code: Select all
rsync: pipe: Operation not permitted (1)
rsync error: error in IPC code (code 14) at pipe.c(57) [sender=3.0.6]
Someone have some tips?
many many many many Thanks!!!

