[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Playing with svnmover

From: Julian Foad <julianfoad_at_gmail.com>
Date: Wed, 18 Mar 2015 09:09:17 +0000

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
Received on 2015-03-18 10:10:07 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.