I am in the process of moving my sites to Stie5. I love everything so
far, but I am having a hard time getting a capistrano 2 deploy to
work.
I went in and did a manual version of what capistrano does first and
got it working, so I can confirm that the cap way of doing things will
work.
I have checked the forums at Site 5 and no one is doing things in a
way that I can get to work. I have also checked here and found
nothing that seems to apply to my issue.
My local environment in Windows XP.
When I do a cap deploy, it basically does not proceed past the *
executing `deploy:update_code' line, unless I CTRL-C to cancel it. I
am guessing the issue is in connecting to the SVN repo. If I put an
incorrect SVN repo address, I get an immediate error back (no freeze).
It is only when I use what I believe to be the correct address that it
freezes.
A template for the repository address I am using is: svn+ssh://
[EMAIL PROTECTED]/home/#{user}/svn/#{application}/trunk
I do have SVN+SSH configured to use plink (Putty's ssh client). This
should be only for local svn commands though, so I do not think this
is the issue, although I am not positive.
When I ssh to the remote server and run a checkout with the result of
this url template above, I can successfully check out the code.
I am basically at a point where I have no idea what the issue is.
Could the server be prompting for something and I am not seeing the
output? If so, how can I see the output through Capistrano?
I understand most parts of Capistrano very well and have been
successfully deploying on Dreamhost for over a year now. I think my
issue here has to do with ssh. Dreamhost uses http protocol for its
SVN repos.
Any help or ideas is greatly appreciated.
Jason
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---