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