Just now I download the latest version, install it and try to deploy,
it seems all things goes well, but in the 2nd step it failed.
1. I use MacOS, when deploy the 1st step goes smoothly, it get all the
code from svn:
--STEP--------------------------------
[step name] export uuid=f1b511798f322ddae4a4c41c084fdaf6
[took] 53.115 secondes
[user] 2
--ACTION------------------------------
[name] remove [type] ShellAction
[description] Deleting content under /Applications/MAMP/htdocs/
fredistrano/files/tmp/FredistranoExample/tmpDir (recursivity=1)
[took] 0.429 secondes
[command] rm -fr /Applications/MAMP/htdocs/fredistrano/files/tmp/
FredistranoExample/tmpDir
[result]
--ACTION------------------------------
[name] export [type] SvnAction
[description]
http://fredistrano.googlecode.com/svn/trunk
[took] 52.452 secondes
[command] svn export --non-interactive
http://fredistrano.googlecode.com/svn/trunk
tmpDir 2>&1
[result]
A tmpDir
A tmpDir/app
A tmpDir/app/locale
A tmpDir/app/locale/default.pot
A tmpDir/app/locale/eng
.......
A tmpDir/.fredistrano/deploy.php Exported revision 356.
--ACTION------------------------------
[name] loadConfig [type] PhpAction
[description]
[took] 0.107 secondes
[command]
[result]
2.2nd Syncronization
--STEP--------------------------------
[step name] synchronize uuid=c7db88f0a8a8a4297c930c0e7f184c51
[took] 0.331 secondes
[user] 2
--ACTION------------------------------
[name] loadConfig [type] PhpAction
[description]
[took] 0 secondes
[command]
[result]
--ACTION------------------------------
[name] synchronizeContent [type] ShellAction
[description] Synchronizing /Applications/MAMP/htdocs/fredistrano/
files/tmp/FredistranoExample/tmpDir/ with /Applications/MAMP/htdocs/
deploytest/
[took] 0.306 secondes
[command] rsync -rtvn --delete --exclude-from=/Applications/MAMP/
htdocs/fredistrano/files/tmp/FredistranoExample/exclude_file.txt /
Applications/MAMP/htdocs/fredistrano/files/tmp/FredistranoExample/
tmpDir/ /Applications/MAMP/htdocs/deploytest/ 2>&1
[result] dyld: lazy symbol binding failed: Symbol not found:
_locale_charset Referenced from: /usr/bin/rsync Expected in: /
Applications/MAMP/Library/lib/libiconv.2.dylib dyld: Symbol not found:
_locale_charset Referenced from: /usr/bin/rsync Expected in: /
Applications/MAMP/Library/lib/libiconv.2.dylib rsync:
writefd_unbuffered failed to write 79 bytes [receiver]: Broken pipe
(32) rsync error: error in rsync protocol data stream (code 12) at /
SourceCache/rsync/rsync-35.2/rsync/io.c(1121) [receiver=2.6.9]
--ACTION------------------------------
[name] createFilesListToChmod [type] PhpAction
[description] files_to_chmod.txt and dir_to_chmod.txt
[took] 0.001 secondes
[command]
[result]
Why is it like this??? How to fix?Thank you.