Hi ALL, I'm new to RoR and Capistrano and I'm running into some issues deploying my new application.
A little background: my work station is Windows xp -I have svn command line and svn Tortoise installed I'm deploying to a fedora 8 box (my test box) My svn repository is on my test box My deploy.rb file is pretty standard I have it prompt me for my svn password and user name, password for ssh to my fedora box. the problem: when I try to do a cold deploy i.e. cap deploy:cold Capistrano flips my slashes from forward to back. C:\someSoftWare * executing `deploy:cold' * executing `deploy:update' ** transaction: start * executing `deploy:update_code' SVN Password: http:\\192.168.1.121\svn\someSoftWare\trunk: (Not a valid URL) Then it backs out of its trans action. How do I get the slashes to go in the right direction so it will recognize it as a valid URL? I read about someone having a like problem and he solved it by Uninstalling svn Tortoise which seems crazy to me. Even it worked there has to be an alternative. Did I mention I'm very fond of svn Tortoise and its user interface. An additional concern: Capistrano seem to mix up the parameters when it does its "svn info" call c:/ruby/lib/ruby/gems/1.8/gems/capistrano - bla bla bla `query_revision': tried to run `svn info--username xxx--password xxx--no- auth-cache http://192.168.1.121/svn/someSoftWare/trunk/ -rHEAD' and got unexpected result "" (RuntimeError) When I run it from svn command line it runs fine: C:\>svn info http://192.168.1.121/svn/someSoftWare/Trunk -rHEAD-- username xxx--password xxx Path: Trunk URL: http://192.168.1.121/svn/SomeSoftware/Trunk Repository Root: http://192.168.1.121/svn Repository UUID: 83f63d38-5a67-411b-a7a5-b180abd2e38f Revision: 64 Node Kind: directory Last Changed Author: xxx Last Changed Rev: 64 Last Changed Date: 2008-03-02 20:36:54 -0700 (Sun, 02 Mar 2008) Thanks for any advice in advance Don --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
