Vincent Isambart wrote: > Hi, > >> > Simple question: what SVN revision corresponds to the 1.8.5_p12 >> release? >> > I'm updating JRuby's copy of the stdlib to 1.8.5, and I need to know >> > which revision to pull/diff/merge. >> >> Are you sure it's in SVN? If I remember well the 1.8 branch was still >> using CVS (even if I've read that it will probably be managed soon >> using SVN because of problems with the CVS server). As the SVN >> repository was created before the release of 1.8.5_p12, I wonder if >> anyone did put it on SVN. At least there are no 1.8.5_12 tags on the >> SVN repository... > > However the version designated with the tag v1_8_5_11 does not seem to > have much difference with the 1.8.5_p12 version. The only difference > written in the ChangeLog is "stable version 1.8.5-p12 released" so > except for the version number I think there shouldn't be any > difference. > I ended up just going with the most current code on the ruby_1_8_5 branch, and things seem to be working well. Thanks! - Charlie