Erik Huelsmann wrote: >> > Am I right that if we were to run this experiment with the >> > move-tracking-2 branch code, that the entire client and library would >> > be subject to conversion to the higher level language? >> >> No! That would be literally years of rewriting and debugging [...] > > Heh :-) I meant the branch-specific code -- not *all* of the client and > library! I have no idea what that means, because I didn't study the code > closely (yet). I'll need some directions on where to look for the > branch-specific code so I can try to figure out where to hook Lua in.
Oh, so you you want to try it? OK, the new code is pretty well segrated from the existing code. Almost all of the relevant code is in these new files: subversion/svnmover/svnmover.c subversion/libsvn_delta/{element,branch,editor3e,compat3e}.c - Julian