Johan Corveleyn wrote: >> I intend to take a closer look soon. But as you know, my definition of >> "soon" is a bit ... vague ;-). >> >> I greatly appreciate your efforts to get "move support" ... moving in svn. > > First hurdle: I have trouble compiling it (on Windows 7, VS 2013). > Both with "release" and with "debug" configuration:
Thank you for having a go! Sorry about these troubles. > 1) Debug configuration > > [[[ > ..\..\..\subversion\libsvn_delta\compat3p.c(783): error C2121: '#' : > invalid character : possibly the result of a macro expansion [...] My bad. I used #ifdef inside the parameters of an SVN_ERR macro invocation. Fixed in r1667473. > 2) Release configuration (maybe it's not necessary to be able to build > it in release configuration at this point, but I'm mentioning it here > for completeness) > > [[[ > ..\..\..\subversion\libsvn_delta\branch.c(582): error C4013: 'SVN_DBG' > undefined; ... I've knowingly left SVN_DBG statements in the code: it's not intended to be compiled in release mode. Thanks again! - Julian