The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
RE: About last change of note
by Erik Andresen on Sunday May 17th 2009, 23:44
> Most mods (speaking widely about the huge world of computer games) are released without any support, much less with a bug tracking system, I didn't know that this one has that kind of support.
> Anyhow, if a fix is to be made, I should redo the process from start, because as I said in the previous post, used my working (and very used) installed copy of bc 1.1, so chances are that not all differences were catched.
You can get the svn with
svn co kobmaru.de/svn/trunk/ kmsvn
and then copy it to your BC installation with rsync:
rsync -uvrC kmsvn/ BCInstall
It is important to call rsync with -C to strip out the .svn/-Folders - bc doesn't like them.