Thanks Jamis,

I did try that password as well, but in the end It seems that the svn
+ssh url was incorrect.
set :repository, "svn+ssh://[EMAIL PROTECTED]:#{svn}"  #what I had.
The colon between domain and svn
set :repository, "svn+ssh://[EMAIL PROTECTED]"   #corrected

I no longer get that error, but have a new one.  It seems that
bash: line 1: /svn-repos/softballsmart/trunk: is a directory
is what is causing the commit to rollback.  Is there still something
wrong with the :repository values in the deploy.rb file listed above?

Thanks again for the help

~/test_projects/softballsmart/trunk chrisolsen $ cap cold_deploy
  * executing task cold_deploy
  * executing task update
 ** transaction: start
  * executing task update_code
  * querying latest revision...
  * executing "if [[ ! -d /var/www/apps/softballsmart/releases/
20070906032010 ]]; then\n              /svn-repos/softballsmart/trunk
co --no-auth-cache   -q -r4 svn+ssh://[EMAIL PROTECTED]/svn-
repos/softballsmart/trunk /var/www/apps/softballsmart/releases/
20070906032010 &&\n              (test -e /var/www/apps/softballsmart//
revisions.log || (touch /var/www/apps/softballsmart//revisions.log &&
chmod 666 /var/www/apps/softballsmart//revisions.log)) && echo `date +
\"%Y-%m-%d %H:%M:%S\"` $USER 4 20070906032010 >> /var/www/apps/
softballsmart//revisions.log;\n            fi"
    servers: ["pointytack.com"]
    [pointytack.com] executing command
 ** [out :: pointytack.com] bash: line 1: /svn-repos/softballsmart/
trunk: is a directory
    command finished
*** [update_code] transaction: rollback
  * [update_code] rolling back
  * executing "rm -rf /var/www/apps/softballsmart/releases/
20070906032010"
    servers: ["pointytack.com"]
    [pointytack.com] executing command
    command finished
command "if [[ ! -d /var/www/apps/softballsmart/releases/
20070906032010 ]]; then\\\n              /svn-repos/softballsmart/
trunk co --no-auth-cache   -q -r4 svn+ssh://[EMAIL PROTECTED]/
svn-repos/softballsmart/trunk /var/www/apps/softballsmart/releases/
20070906032010 &&\\\n              (test -e /var/www/apps/
softballsmart//revisions.log || (touch /var/www/apps/softballsmart//
revisions.log && chmod 666 /var/www/apps/softballsmart//
revisions.log)) && echo `date +\"%Y-%m-%d %H:%M:%S\"` $USER 4
20070906032010 >> /var/www/apps/softballsmart//revisions.log;\\
\n            fi" failed on pointytack.com

On Sep 5, 8:23 pm, "Jamis Buck" <[EMAIL PROTECTED]> wrote:
> It is subversion, asking for the password for the repository.
>
> - Jamis
>
> On 9/5/07, chris <[EMAIL PROTECTED]> wrote:
>
>
>


--~--~---------~--~----~------------~-------~--~----~
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