On Wed, Apr 27, 2011 at 8:41 PM, Yngve Levinsen <[email protected]>wrote:
> This seemed to work, but when I pushed to the server I got the > following result: > $ git push origin master > Counting objects: 5, done. > Writing objects: 100% (3/3), 264 bytes, done. > Total 3 (delta 0), reused 0 (delta 0) > remote: /opt/ruby-enterprise/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:29:in `gem_original_require': no such file to load > -- stomp (LoadError) > remote: from /opt/ruby-enterprise/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:29:in `require' > remote: from ./hooks/messaging.rb:23 > remote: from hooks/post-receive:23:in `require' > remote: from hooks/post-receive:23 > To [email protected]:test/test.git > 291a4f6..a3f3a26 master -> master > This sounds like a path issue, did you move the repositories/ folder only or the Ruby installation directory too? You could try running `bundle install` from the Gitorious root to make sure the required libraries are present where Gitorious expects to find them. Cheers, - Marius -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
