svn seems to be in the path ok. Running svn --version I get the
following-

C:\Documents and Settings\rtalbot>svn --version
svn, version 1.4.5 (r25188)
   compiled Aug 22 2007, 20:49:04

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://
www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network
protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme


On Oct 16, 3:56 pm, Jamis Buck <[EMAIL PROTECTED]> wrote:
> The "undefined method `[]'" error might be caused by the svn utility  
> not existing in your path on the localhost. (It needs to be a command-
> line version of Subversion.)
>
> As for the "not a valid URL" error, I'm not sure what's up there.  
> What subversion client do you have installed?
>
> - Jamis
>
> On Oct 15, 2007, at 5:57 PM, RobTalbot wrote:
>
>
>
>
>
> > I'm trying a first rails deployment from Windows to linux and have got
> > stuck on these errors:
>
> > First Error -
> > svn:\\192.168.1.101\SVN\trunk:  (Not a valid URL)
>
> > But in deploy.rb I've used forward slashes
>
> > Then-
> > c:/ruby/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/
> > recipes/
> > deploy/scm/subversion.rb:56:in `query_revision': undefined method `[]'
> > for false:FalseClass (NoMethodError)
> >         from c:/ruby/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/
> > capistrano/recipes/deploy/scm/base.rb:35:in `send'
> > ...(lots more)
>
> > Deploy.rb is as follows-
>
> > set :application, "depot"
> > set :repository,  "svn://192.168.1.101/SVN/trunk"
>
> > # If you aren't deploying to /u/apps/#{application} on the target
> > # servers (which is the default), you can specify the actual location
> > # via the :deploy_to variable:
> > set :deploy_to, "/var/www/deploy/#{application}"
>
> > # If you aren't using Subversion to manage your source code, specify
> > # your SCM below:
> > role :app, "192.168.1.106"
> > role :web, "192.168.1.106"
> > role :db,  "192.168.1.106", :primary => true
>
> > The subversion repository is on the windows box, and I can check out
> > from it on the linux box
>
> > >
>
>
>  smime.p7s
> 3KDownload- Hide quoted text -
>
> - Show quoted text -


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