Good advice and I flushed it out. As you mentioned, I specified my
repository incorrectly. Now it works fine. Thanks for the advice!

Scott

On 24 Mar, 23:52, "s.ross" <[EMAIL PROTECTED]> wrote:
> When this happened to me, Jamis Buck made a recommendation I'll pass  
> along: Get on your server and manually execute the commands you think  
> Capistrano will. See what fails.
>
> In my case, I had specified an invalid path into my repo.
>
> Hope this helps.
>
> On Mar 24, 2007, at 10:07 PM, Scott wrote:
>
>
>
> > 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 onwww.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
-~----------~----~----~----~------~----~------~--~---

Reply via email to