I've had chance to come back to this:
On Mon, 22 Mar 2004, Gavin Sinclair wrote:
> On Monday, March 22, 2004, 9:23:09 PM, Hugh wrote:
>
> > On Sat, 20 Mar 2004, Gavin Sinclair wrote:
>
> >> On Thursday, March 18, 2004, 9:46:32 AM, Hugh wrote:
> >>
> >>
> > [rdoc'ing cvs ruby, I see no DRb]
> >> > old_tuplespace, but I don't see any of the new code -- drb-2.0.4.
> >> > Should it be there or not? If it is distributed as part of ruby I'd
> >> > expect it to be there... Maybe my rdoc command is still wrong:
> >>
> >> > rdoc -a -S -o $OUTPUTDIR *
> >>
> >> I'll look into it, but the likely cause is a recent addition of stuff.
> >> The stdlib docs online are generated from the ruby_1_8 branch. If you
> >> were rdoc'ing HEAD then you'll get different results.
>
> > That's probably where the problem lies, I've not specified anything
> > about branches in my cvs commands. I need to read more docs on
> > that, then.
>
> Try this:
>
> cvs -d <anonymous cvs path> checkout -d ruby18 -r ruby_1_8
>
> That will check out the desired branch into a "ruby18" directory.
> Then every time you run "cvs update", it will get the latest in that
> branch. Just don't run "cvs update -A"!
right, because that clears all the "sticky" info including that one
is working from a branch. I'm beginning to understand CVS a bit
more, having spent a few hours looking at the "Open Source Developent
with CVS" book. <Off-topic -- there seems to be no info in that
about exit status values returned by CVS, which would be useful when
scripting. >
>
> The contents of that branch are what gets used for the occasional
> 1.8.x release.
>
> Good luck, and feel free to ask questions.
I doesn't seem to have resulted in the DRuby stuff being picked up.
What I did was run this:
http://www.eng.cse.dmu.ac.uk/~hgs/ruby/do_rubycvsdocs_1.8.sh
the results of the running it are at:
http://www.eng.cse.dmu.ac.uk/~hgs/ruby/rubycvsdocs1.8/index.html
(on the basis that when it works, publishing this may help others.)
but they don't seem to include the lib/rinda and so forth. Have I
botched the cvs commands?
>
> Gavin
>
Hugh
|