Daniel Rall <[EMAIL PROTECTED]> writes:
> It didn't come out quite right. It looks like you took your modified
> version, checked out a new copy from CVS, and did a file system diff
> between the two. This makes your changes impossible to decipher, as
> it's impossible to separate the regressions in the diff from any
> forward progress (CVS has changed quite a bit since you got your
> copy). What would be useful to us is if you made a back up of your
> working copy, then did a `cvs update` on it, and merged in the changes
> that you're missing from the repository (for instance, the Base64
> class has been replaced entirely).
And then created a unidiff from your new working copy via
`cvs diff -ub`.
Thanks, Dan