You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whimsical.apache.org by sebb <se...@gmail.com> on 2018/06/23 14:40:37 UTC

Failure running https://whimsy.apache.org/secretary/icla-lint

I get the following error:

#<Exception: Unable to find svn checkout for
https://svn.apache.org/repos/officers>
  /usr/local/rvm/gems/ruby-2.4.1/gems/whimsy-asf-0.0.77/lib/whimsy/asf/svn.rb:60:in
`find!'
  /usr/local/rvm/gems/ruby-2.4.1/gems/whimsy-asf-0.0.77/lib/whimsy/asf/svn.rb:35:in
`[]'
  /x1/srv/whimsy/www/secretary/icla-lint.cgi:69:in `block in <main>'

I think this is because the whimsy gem is out of date.

I cannot remember how to fix this.

Re: Failure running https://whimsy.apache.org/secretary/icla-lint

Posted by sebb <se...@gmail.com>.
On 23 June 2018 at 16:47, Sam Ruby <ru...@intertwingly.net> wrote:
> On Sat, Jun 23, 2018 at 2:40 PM, sebb <se...@gmail.com> wrote:
>> I get the following error:
>>
>> #<Exception: Unable to find svn checkout for
>> https://svn.apache.org/repos/officers>
>>   /usr/local/rvm/gems/ruby-2.4.1/gems/whimsy-asf-0.0.77/lib/whimsy/asf/svn.rb:60:in
>> `find!'
>>   /usr/local/rvm/gems/ruby-2.4.1/gems/whimsy-asf-0.0.77/lib/whimsy/asf/svn.rb:35:in
>> `[]'
>>   /x1/srv/whimsy/www/secretary/icla-lint.cgi:69:in `block in <main>'
>>
>> I think this is because the whimsy gem is out of date.
>>
>> I cannot remember how to fix this.
>
> Add the following as line 2:
>
> $LOAD_PATH.unshift File.realpath(File.expand_path('../../../lib', __FILE__))

Thanks.

That works.

> - Sam Ruby

Re: Failure running https://whimsy.apache.org/secretary/icla-lint

Posted by Sam Ruby <ru...@intertwingly.net>.
On Sat, Jun 23, 2018 at 2:40 PM, sebb <se...@gmail.com> wrote:
> I get the following error:
>
> #<Exception: Unable to find svn checkout for
> https://svn.apache.org/repos/officers>
>   /usr/local/rvm/gems/ruby-2.4.1/gems/whimsy-asf-0.0.77/lib/whimsy/asf/svn.rb:60:in
> `find!'
>   /usr/local/rvm/gems/ruby-2.4.1/gems/whimsy-asf-0.0.77/lib/whimsy/asf/svn.rb:35:in
> `[]'
>   /x1/srv/whimsy/www/secretary/icla-lint.cgi:69:in `block in <main>'
>
> I think this is because the whimsy gem is out of date.
>
> I cannot remember how to fix this.

Add the following as line 2:

$LOAD_PATH.unshift File.realpath(File.expand_path('../../../lib', __FILE__))

- Sam Ruby