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).
- Dan Paul Libbrecht <[EMAIL PROTECTED]> writes: > No, I haven't, > > I actually wanted to register to rpc-dev but just clicked the wrong > link, ah well... The diff to a cvs checkout of an hour ago is now in > the same directory: > http://www.activemath.org/~ilo/revisions/xmlrpc/ > Please note that it's the first time I used diff, so I may made it wrong. > > > On Jeudi, mars 14, 2002, at 06:21 , Daniel Rall wrote: > >> Hey Paul, did all of this get integrated? If not, would you send a >> unidiff which illustrates what changes are still missing?