Hello,

I'm trying to use capistrano 2.0 to deploy from my windows dev box to
a unix-based host.  I think I have my deploy.rb set up properly, but
when I run: "cap deploy:cold", I get this error:

  * executing `deploy:cold'
  * executing `deploy:update'
 ** transaction: start
  * executing `deploy:update_code'
svn+ssh:[EMAIL PROTECTED]:  (Not a valid
URL)

*** [deploy:update_code] rolling back
......


I'm assuming the problem is that the URL is using backslashes instead
of forward slashes?  I'm not sure why this is happening, as I
specified my :respository in deploy.rb with forward slashes:
 (ie: set :repository, "svn+ssh://[EMAIL PROTECTED]/../trunk")


Has anyone run into this issue?  I've tried searching all over the
place for an answer, but couldn't find anything.

Thanks for any help!


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