It looks like you may not have a command-line version of Subversion installed, or that the svn command is not in the path. From a DOS terminal, can you type "svn" and have it print something besides "bad command or filename"?
- Jamis On May 29, 2007, at 3:13 AM, scrajesh wrote: > > Hi, > > When I tried to deploy my project(in SVN) to test-environment, I got > the > following error: > > tag or branch not specified > * executing task test > * executing task deploy > * executing task update > ** transaction: start > * executing task update_code > * querying latest revision... > *** [update_code] transaction: rollback > * [update_code] rolling back > * executing "rm -rf <path>" > servers: ["<IP:port>"] > ** [update_code] exception while rolling back: Errno::EBADF, Bad file > descriptor - connect(2) > E:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/scm/ > subversion.rb > :87:in ``': No such file or directory - svn log --no-auth-cache -- > username <uname> --password <pass> -q --limit 1 <SVN URL> > (Errno::ENOENT) > from E:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/ > scm/subversion.rb:87:in `svn_log' > from E:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/ > scm/subversion.rb:23:in `latest_revision' > from E:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/ > configuration.rb:62:in `initialize' > from E:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/ > configuration.rb:89:in `call' > from E:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/ > configuration.rb:89:in `[]' > from E:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/ > configuration.rb:236:in `method_missing' > from E:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/ > scm/subversion.rb:63:in `checkout' > from E:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/ > recipes/standard.rb:80:in `load' > ... 15 levels... > from E:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/lib/capistrano/ > cli.rb:12:in `execute!' > from E:/ruby/lib/ruby/gems/1.8/gems/capistrano-1.4.1/bin/cap:11 > from E:/ruby/bin/cap:18:in `load' > from E:/ruby/bin/cap:18 > > NB: I'm working in Windows XP SP2 pack. > > Can anyone kindly help me out to fix this issue? > > thanx, > - Charles. > > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
