Hi all, I am getting error during installation of cruise, I am trying to add a project D:\ir\rails_apps\pronew\cruise>cruise add pronew --url http://xxx.xxx.0.xxx/pro/pro --username yyyy --password tttt below I have copy pasted the error from the command prompt, the project trunk directory is located at http://xxx.xxx.0.xxx/pro/pro, can someone please help so as to what I am doing wrong . cruise data root = ''D:\ir\rails_apps\pronew\cruise'' Adding project ''pronew'' (this may take a while)... No such file or directory - svn co http://xxx.xxx.0.xxx/pro/proD:/ir/rails_apps/pronew/cruise/projects/pronew/work --username yyyy --password tttt ./script/../config/../lib/command_line.rb:84:in `popen'' ./script/../config/../lib/command_line.rb:84:in `e'' ./script/../config/../lib/command_line.rb:71:in `execute'' ./script/../config/../lib/command_line.rb:70:in `chdir'' ./script/../config/../lib/command_line.rb:70:in `execute'' ./script/../config/../lib/subversion.rb:136:in `execute_in_local_copy'' ./script/../config/../lib/subversion.rb:127:in `svn'' ./script/../config/../lib/subversion.rb:46:in `checkout'' ./script/../config/../app/models/projects.rb:57:in `checkout_local_copy'' ./script/../config/../app/models/projects.rb:40:in `<<'' ./script/add_project:55 cruise:10:in `load'' cruise:10:in `add'' cruise:68:in `send'' cruise:68 D:/ir/ruby/lib/ruby/1.8/fileutils.rb:121:in `chdir'' D:/ir/ruby/lib/ruby/1.8/fileutils.rb:121:in `cd'' cruise:67 FAILED: dir : D:/ir/rails_apps/pronew/cruise command : svncohttp://xxx.xxx.0.xxx/pro/proD:/ir/rails_apps/pronew/cruise/projects/ pronew/work--usernameyyyy--passwordtttt executed command : svn co http://xxx.xxx.0.xxx/pro/proD:/ir/rails_apps/pronew/crui se/projects/pronew/work --username yyyy --password tttt exitstatus: STDERR TAIL START No such file or directory - svn co http://xxx.xxx.0.xxx/pro/proD:/ir/rails_apps/m enew/cruise/projects/pronew/work --username yyyy --password tttt STDERR TAIL END regards, shaan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20080826/f12fe582/attachment-0001.html>
It sounds as though CC is trying to run that shell command (svn co ...) and failing. Is the svn command in the path for the user that CC is running under? Have you tried running the command in your own prompt to check for typos? i.e. >svn co http://xxx.xxx.0.xxx/pro/pro D:/ir/rails_apps/pronew/cruise/ projects/pronew/work --username yyyy --password tttt cheers, Matt ---- http://blog.mattwynne.net http://songkick.com In case you wondered: The opinions expressed in this email are my own and do not necessarily reflect the views of any former, current or future employers of mine. On 26 Aug 2008, at 15:24, Shanker Nayak wrote:> Hi all, > > I am getting error during installation of cruise, I am trying to > add a project > > D:\ir\rails_apps\pronew\cruise>cruise add pronew --url http:// > xxx.xxx.0.xxx/pro/pro --username yyyy --password tttt > > below I have copy pasted the error from the command prompt, the > project trunk directory is located at http://xxx.xxx.0.xxx/pro/pro, > can someone please help so as to what I am doing wrong . > > cruise data root = ''D:\ir\rails_apps\pronew\cruise'' > Adding project ''pronew'' (this may take a while)... > No such file or directory - svn co http://xxx.xxx.0.xxx/pro/pro D:/ > ir/rails_apps/pronew/cruise/projects/pronew/work --username yyyy -- > password tttt > ./script/../config/../lib/command_line.rb:84:in `popen'' > ./script/../config/../lib/command_line.rb:84:in `e'' > ./script/../config/../lib/command_line.rb:71:in `execute'' > ./script/../config/../lib/command_line.rb:70:in `chdir'' > ./script/../config/../lib/command_line.rb:70:in `execute'' > ./script/../config/../lib/subversion.rb:136:in > `execute_in_local_copy'' > ./script/../config/../lib/subversion.rb:127:in `svn'' > ./script/../config/../lib/subversion.rb:46:in `checkout'' > ./script/../config/../app/models/projects.rb:57:in > `checkout_local_copy'' > ./script/../config/../app/models/projects.rb:40:in `<<'' > ./script/add_project:55 > cruise:10:in `load'' > cruise:10:in `add'' > cruise:68:in `send'' > cruise:68 > D:/ir/ruby/lib/ruby/1.8/fileutils.rb:121:in `chdir'' > D:/ir/ruby/lib/ruby/1.8/fileutils.rb:121:in `cd'' > cruise:67 > FAILED: > dir : D:/ir/rails_apps/pronew/cruise > command : svncohttp://xxx.xxx.0.xxx/pro/proD:/ir/rails_apps/pronew/ > cruise/projects/ > pronew/work--usernameyyyy--passwordtttt > executed command : svn co http://xxx.xxx.0.xxx/pro/pro D:/ir/ > rails_apps/pronew/crui > se/projects/pronew/work --username yyyy --password tttt > exitstatus: > STDERR TAIL START > No such file or directory - svn co http://xxx.xxx.0.xxx/pro/pro D:/ > ir/rails_apps/m > enew/cruise/projects/pronew/work --username yyyy --password tttt > STDERR TAIL END > > regards, > shaan > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20080826/925b3852/attachment.html>
This is a Windows bug in the latest release. Your choice is either downgrading to 1.2.1, or use the trunk. -- Alex On 8/26/08, Matt Wynne <matt at mattwynne.net> wrote:> It sounds as though CC is trying to run that shell command (svn > co ...) and failing. > > Is the svn command in the path for the user that CC is running under? > > Have you tried running the command in your own prompt to check for > typos? > > i.e. > > >svn co http://xxx.xxx.0.xxx/pro/pro D:/ir/rails_apps/pronew/cruise/ > projects/pronew/work --username yyyy --password tttt > > > cheers, > Matt > ---- > http://blog.mattwynne.net > http://songkick.com > > In case you wondered: The opinions expressed in this email are my own > and do not necessarily reflect the views of any former, current or > future employers of mine. > > > > On 26 Aug 2008, at 15:24, Shanker Nayak wrote: > >> Hi all, >> >> I am getting error during installation of cruise, I am trying to >> add a project >> >> D:\ir\rails_apps\pronew\cruise>cruise add pronew --url http:// >> xxx.xxx.0.xxx/pro/pro --username yyyy --password tttt >> >> below I have copy pasted the error from the command prompt, the >> project trunk directory is located at http://xxx.xxx.0.xxx/pro/pro, >> can someone please help so as to what I am doing wrong . >> >> cruise data root = ''D:\ir\rails_apps\pronew\cruise'' >> Adding project ''pronew'' (this may take a while)... >> No such file or directory - svn co http://xxx.xxx.0.xxx/pro/pro D:/ >> ir/rails_apps/pronew/cruise/projects/pronew/work --username yyyy -- >> password tttt >> ./script/../config/../lib/command_line.rb:84:in `popen'' >> ./script/../config/../lib/command_line.rb:84:in `e'' >> ./script/../config/../lib/command_line.rb:71:in `execute'' >> ./script/../config/../lib/command_line.rb:70:in `chdir'' >> ./script/../config/../lib/command_line.rb:70:in `execute'' >> ./script/../config/../lib/subversion.rb:136:in >> `execute_in_local_copy'' >> ./script/../config/../lib/subversion.rb:127:in `svn'' >> ./script/../config/../lib/subversion.rb:46:in `checkout'' >> ./script/../config/../app/models/projects.rb:57:in >> `checkout_local_copy'' >> ./script/../config/../app/models/projects.rb:40:in `<<'' >> ./script/add_project:55 >> cruise:10:in `load'' >> cruise:10:in `add'' >> cruise:68:in `send'' >> cruise:68 >> D:/ir/ruby/lib/ruby/1.8/fileutils.rb:121:in `chdir'' >> D:/ir/ruby/lib/ruby/1.8/fileutils.rb:121:in `cd'' >> cruise:67 >> FAILED: >> dir : D:/ir/rails_apps/pronew/cruise >> command : svncohttp://xxx.xxx.0.xxx/pro/proD:/ir/rails_apps/pronew/ >> cruise/projects/ >> pronew/work--usernameyyyy--passwordtttt >> executed command : svn co http://xxx.xxx.0.xxx/pro/pro D:/ir/ >> rails_apps/pronew/crui >> se/projects/pronew/work --username yyyy --password tttt >> exitstatus: >> STDERR TAIL START >> No such file or directory - svn co http://xxx.xxx.0.xxx/pro/pro D:/ >> ir/rails_apps/m >> enew/cruise/projects/pronew/work --username yyyy --password tttt >> STDERR TAIL END >> >> regards, >> shaan >> _______________________________________________ >> Cruisecontrolrb-users mailing list >> Cruisecontrolrb-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > >-- Alexey Verkhovsky CruiseControl.rb [http://cruisecontrolrb.thoughtworks.com] RubyWorks [http://rubyworks.thoughtworks.com]