Bug #959
Ruby 1.9 source code does not compile when cloned from a git-svn gateway
| Status: | Closed | Start date: | 12/31/2008 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % 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.
Associated revisions
* tool/flie2lastrev.rb: supports git repositories which are cloned
from a git-svn gateway.
Patch by Hongli Lai. [ruby-core:21020]
History
Updated by Yukihiro Matsumoto about 3 years ago
- Assignee set to Yuki Sonoda
Updated by Yuki Sonoda about 3 years ago
- Target version set to 1.9.1 RC2
Updated by Yuki Sonoda about 3 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Applied in changeset r21239.