Hi,
I am trying to get my rails app deployed from a windows machine to a
ubuntu dapper server, using capistrano 1.4.1, deprec 1.9.0 and Jim
Morris's module for local SVN access.
Everything goes ok until I execute "cap deploy". This command hangs
when it asks for a password for the 2nd time (the first time it asks
for a password goes ok). See below for the output. (Note: rsync doesnt
transfer any data because that has been done in an earlier run
already)
I dont have a clue what is going on here. Does anyone have an idea
what could be causing this problem?
Thanks for any help,
Rintcius
C:\dev\myproject>cap deploy
* executing task deploy
* executing task update
** transaction: start
* executing task update_code
* querying latest revision...
* local executing: C:\Progra~1\Subversion\bin\svn.exe update -q -
r940 /cygdrive/c/tmp/cache/myproject
* RSyncing deployment cache for <myserver>
deploy@<myserver>'s password:
Number of files: 391
Number of files transferred: 0
Total file size: 1087196 bytes
Total transferred file size: 0 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 8243
File list generation time: 0.080 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 8632
Total bytes received: 20
sent 8632 bytes received 20 bytes 1331.08 bytes/sec
total size is 1087196 speedup is 125.66
* executing "if [[ ! -d /var/www/apps/myproject/releases/
20070906131722 ]
]; then\n cp -a /home/deploy/cache/ /var/www/apps/myproject/
rele
ases/20070906131722 && \n (test -e /var/www/apps/myproject/
revis
ions.log || (touch /var/www/apps/myproject/revisions.log && chmod 666 /
var/
www/apps/myproject/revisions.log)) && echo `date +\"%Y-%m-%d %H:%M:%S
\"` $U
SER 940 20070906131722 >> /var/www/apps/myproject/revisions.log;\n
fi"
servers: ["<myserver>"]
Password:
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---