I have my svn repository up on my shared sever with a local copy
checked out on my development machine. My development machine is Mac
OS X and the shared server is Linux. When I try and deploy my
application via cap deploy, I am getting the following error below:
matilda:~/workspaces/ruby/mgs stamosunas$ cap deploy
* executing task deploy
* executing task update
** transaction: start
* executing task update_code
* querying latest revision...
The authenticity of host 'positron.planetargon.com (198.145.115.23)'
can't be established.
RSA key fingerprint is 13:3c:78:b6:23:ca:f6:06:96:ef:7c:df:e9:a3:9a:
80.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'positron.planetargon.com,
198.145.115.23' (RSA) to the list of known hosts.
[EMAIL PROTECTED]'s password:
[EMAIL PROTECTED]'s password:
* executing "if [[ ! -d /var/www/virtual/tamosunas.com/mgs/releases/
20070325050127 ]]; then\n svn co -q -r68 svn+ssh://
[EMAIL PROTECTED]/var/www/virtual/tamosunas.com/svn/
repository/trunk /var/www/virtual/tamosunas.com/mgs/releases/
20070325050127 &&\n (test -e /var/www/virtual/
tamosunas.com/mgs/revisions.log || (touch /var/www/virtual/
tamosunas.com/mgs/revisions.log && chmod 666 /var/www/virtual/
tamosunas.com/mgs/revisions.log)) && echo `date +\"%Y-%m-%d %H:%M:%S
\"` $USER 68 20070325050127 >> /var/www/virtual/tamosunas.com/mgs/
revisions.log;\n fi"
servers: ["www.tamosunas.com"]
WARNING: Password will echo -- install the 'termios' gem to hide your
password.
Password:
[www.tamosunas.com] executing command
** [out :: www.tamosunas.com] [EMAIL PROTECTED]'s
password:
** [out :: www.tamosunas.com] subversion is asking for a password
** [out :: www.tamosunas.com] [EMAIL PROTECTED]'s
password:
** [out :: www.tamosunas.com] subversion is asking for a password
** [out :: www.tamosunas.com] [EMAIL PROTECTED]'s
password:
** [out :: www.tamosunas.com] subversion is asking for a password
command finished
* executing "chmod -R g+w /var/www/virtual/tamosunas.com/mgs/
releases/20070325050127"
servers: ["www.tamosunas.com"]
[www.tamosunas.com] executing command
command finished
* executing "rm -rf /var/www/virtual/tamosunas.com/mgs/releases/
20070325050127/log /var/www/virtual/tamosunas.com/mgs/releases/
20070325050127/public/system &&\n ln -nfs /var/www/virtual/
tamosunas.com/mgs/shared/log /var/www/virtual/tamosunas.com/mgs/
releases/20070325050127/log &&\n ln -nfs /var/www/virtual/
tamosunas.com/mgs/shared/system /var/www/virtual/tamosunas.com/mgs/
releases/20070325050127/public/system"
servers: ["www.tamosunas.com"]
[www.tamosunas.com] executing command
** [out :: www.tamosunas.com] ln: creating symbolic link `/var/www/
virtual/tamosunas.com/mgs/releases/20070325050127/public/system' to `/
var/www/virtual/tamosunas.com/mgs/shared/system': No such file or
directory
command finished
*** [update_code] transaction: rollback
* [update_code] rolling back
* executing "rm -rf /var/www/virtual/tamosunas.com/mgs/releases/
20070325050127"
servers: ["www.tamosunas.com"]
[www.tamosunas.com] executing command
command finished
command "rm -rf /var/www/virtual/tamosunas.com/mgs/releases/
20070325050127/log /var/www/virtual/tamosunas.com/mgs/releases/
20070325050127/public/system &&\\\n ln -nfs /var/www/virtual/
tamosunas.com/mgs/shared/log /var/www/virtual/tamosunas.com/mgs/
releases/20070325050127/log &&\\\n ln -nfs /var/www/virtual/
tamosunas.com/mgs/shared/system /var/www/virtual/tamosunas.com/mgs/
releases/20070325050127/public/system" failed on www.tamosunas.com
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---