Bug #959

Ruby 1.9 source code does not compile when cloned from a git-svn gateway

Added by hongli (Hongli Lai) over 3 years ago. Updated about 1 year ago.

[ruby-core:21020]
Status:Closed Start date:12/31/2008
Priority:Normal Due date:
Assignee:yugui (Yuki Sonoda) % Done:

100%

Category:-
Target version:1.9.1 RC2
ruby -v:

Description

I maintain an git-svn gateway repository. I have a server which uses git-svn to checkout the Ruby source code, while I use 'git clone' to clone the repository on my local development machine. The Ruby 1.9 source code currently fails to compile when using this setup because it expects that one is using git-svn upon detecting git. The attached patch fixes this problem.

ruby19-pure-git-build-support.diff (970 Bytes) hongli (Hongli Lai), 12/31/2008 11:54 pm

Associated revisions

Revision 21239
Added by yugui (Yuki Sonoda) over 3 years ago

* tool/flie2lastrev.rb: supports git repositories which are cloned from a git-svn gateway. Patch by Hongli Lai. [ruby-core:21020]

History

Updated by matz (Yukihiro Matsumoto) over 3 years ago

  • Assignee set to yugui (Yuki Sonoda)

Updated by yugui (Yuki Sonoda) over 3 years ago

  • Target version set to 1.9.1 RC2

Updated by yugui (Yuki Sonoda) over 3 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100
Applied in changeset r21239.

Also available in: Atom PDF