[sword-devel] JFB (non-hrefcom version) & AKJV now available, CVS help requested

Troy A. Griffitts sword-devel@crosswire.org
Sun, 03 Dec 2000 02:36:08 -0700


> The RawCom version of JFB is now posted to the same location as the MHC
> Complete was, namely ftp://ftp.crosswire.org/pub/sword/raw/beta/.  Does
> anyone feel that this should be moved to the ALPHA site?  While they aren't
> generally usable by our users since they're waiting for ThML support before
> they can be useful, there aren't any legal difficulties with posting them,
> as there were with most modules placed in the ALPHA site in the past.

Didn't know there was a /pub/sword/raw/beta :)  But speaking of... Did
the text for MHC Complete ever finish getting scanned?  I'm really
looking forward to that one.  Especially after this compression code is
working! :)


> The American King James Version is also posted for download in the regular
> tree.
> 
> > How would you rate the the thmlrtf filter?
> 
> Having tested the thmlrtf filter out, I'd like to re-answer this question.
> 
> They are buggy but essentially functional and the main bug should be easy to
> fix.

:)


> I wonder if anyone could step me through the process of submitting through
> CVS.

Surely (Don't call me Shirley!)

$ cd ~/src
$ export CVSROOT=:pserver:chrislit@cvs.crosswire.org:/usr/local/cvsroot
$ cvs login
Password: *******
### -z3 = use compression; co = checkout
$ cvs -z3 co sword
$ cd sword
[make changes anywhere in the tree]
[Edit ChangeLog-- just add to the top following suite]
$ cd ~/src/sword
$ cvs commit
[fill in comments when it asks.  I usually just :e Changelog grab my
comments :e # and paste :wq ]

That's it.

You couldn't add files (
$ cvs add mynewfile.cpp
) because you asked me to remove you from the writers list a few years
back! :)  You're back in /usr/local/cvsroot/CVSROOT/passwd now.  Let me
know if you have any troubles.

Thanks for all the cool new stuff!
	-Troy.

PS.  The lexicon write stuff should work much better now.  I think
there's still trouble when trying to delete the last entry in the file.


> I've done an update in the past, so I think I have permissions to do
> so, but when I've tried to add files I get rejected.  Also, what's the
> process for adding to the ChangeLog?  Is it just a text file that I would
> add to the top of?  If so, how do I add log comments when submitting changes
> to specific files?  (If there's a good tutorial for CVS, a link to that
> would be fine, but everything I've read has been over my head.)
> 
> --Chris Little