Ok; much better! Thanks. I did use ruby gems but got an old version of
highline for some reason.

However, I am still having difficulties;

  * executing `deploy:cold'
  * executing `deploy:update'
 ** transaction: start
  * executing `deploy:update_code'
svn: Can't create tunnel: The system cannot find the file specified.
*** [deploy:update_code] rolling back


sorry, im feeling a bit stupid, any help really appreciated!







On Sep 4, 10:56 am, "Jamis Buck" <[EMAIL PROTECTED]> wrote:
> The Highline error looks like you might have an older version of
> Highline installed. Are you using rubygems to install cap?
>
> - Jamis
>
> On 9/3/07, brodaigh lynch <[EMAIL PROTECTED]> wrote:
>
> > Hi Keith,
> > Thanks for the reply.
>
> > "Looks like the value for :repository in your deploy.rb file does not point
> > to a valid svn repository."
> > Thats what i thought to but i have verified the path.
> > it is
> > svn+ssh://[EMAIL PROTECTED]/home/uname/svn/rails_apps/appname
>
> > "As an aside, you may want to consider upgrading to Cap v2.0."
> > I had trouble with version 2.0.
>
> > cut/paste using v 2.0
>
> > >cap -h
>
> > C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/cli/ui.r
> > b:5: undefined method `track_eof=' for HighLine:Class (NoMethodError)
> >          from
> > C:/INSTAN~1/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
> > 27:in `gem_original_require'
> >         from
> > C:/INSTAN~1/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
> > 27:in `require'
> >         from
> > C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capist
> > rano/cli.rb:5
> >         from
> > C:/INSTAN~1/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
> > 27:in `gem_original_require'
> >         from
> > C:/INSTAN~1/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
> > 27:in `require'
> >         from
> > C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/capistrano-2.0.0/bin/cap:3
> >         from C:/INSTAN~1/ruby/bin/cap:18:in `load'
> >         from C:/INSTAN~1/ruby/bin/cap:18
>
> > Thanks.
>
> > On 9/4/07, Keith Pitty < [EMAIL PROTECTED]> wrote:
>
> > > Looks like the value for :repository in your deploy.rb file does not point
> > to a valid svn repository. I hope this helps. As an aside, you may want to
> > consider upgrading to Cap v2.0.
>
> > > --
> > > Keith Pitty
> > >http://keithpitty.org/about.html
> > > m: +61 417 405 109
>
> > > On 04/09/2007, at 12:03 AM, rails chick wrote:
>
> > > Hi, Im just starting out with capistrano and i am having difficulty
> > > with "cap deploy".
> > > Where its failing is here: * querying latest revision...
> > > svn: The path was not part of a repository
> > > svn: PROPFIND request failed on '/'
> > > svn: '/' path not found
>
> > > I have specified path to the repo in deploy.rb.
>
> > > here is a cut/paste;
>
> > > cap deploy
> > > * executing task deploy
> > > * executing task update
> > > ** transaction: start
> > > * executing task update_code
> > > * querying latest revision...
> > > svn: The path was not part of a repository
> > > svn: PROPFIND request failed on '/'
> > > svn: '/' path not found
> > > *** [update_code] transaction: rollback
> > > * [update_code] rolling back
> > > * executing "rm -rf
> > /home/uname/app/releases/20070903135233"
> > > servers: [" domain.com.au"]
> > > Password: ********
>
> > > [domain.com.au] executing command
> > > command finished
>
> > C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/
> > > capistrano/scm/subv
> > > ersion.rb:24:in `latest_revision': Could not determine latest revision
> > > (RuntimeE
> > > rror)
> > > from
> > C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/
> > > lib/capist
> > > rano/configuration.rb:62:in `initialize'
> > > from
> > C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/
> > > lib/capist
> > > rano/configuration.rb:89:in `call'
> > > from
> > C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/
> > > lib/capist
> > > rano/configuration.rb:89:in `[]'
> > > from
> > C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/
> > > lib/capist
> > > rano/configuration.rb:236:in `method_missing'
> > > from
> > C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/
> > > lib/capist
> > > rano/scm/subversion.rb:63:in `checkout'
> > > from
> > C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/
> > > lib/capist
> > > rano/recipes/standard.rb:80:in `load'
> > > from
> > C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/
> > > lib/capist
> > > rano/actor.rb:159:in `instance_eval'
> > > from
> > C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/
> > > lib/capist
> > > rano/actor.rb:159:in `update_code'
> > > ... 13 levels...
> > > from C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/capistrano-
> > 1.4.1/
> > > lib/capist
> > > rano/cli.rb:12:in `execute!'
> > > from C:/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/capistrano-
> > 1.4.1/
> > > bin/cap:11
>
> > > from C:/INSTAN~1/ruby/bin/cap:18:in `load'
> > > from C:/INSTAN~1/ruby/bin/cap:18
>
> > ""> Im really hoping someone can help, thanks!


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