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

Re: Exception in blame.c, line 487 encountered

From: Patrick Kursawe <Patrick.Kursawe_at_web.de>
Date: Tue, 29 Jun 2010 12:42:23 +0200

Am 6/28/2010 10:38 PM, schrieb Daniel Shahaf:
[...]
> Wow.
> NICE.
>
> You're the first person I know of to be able to build Subversion on
> Windows without fighting with it for days/weeks before... (and you even
> have a working debug environment)
>
> How did you do that?
>
>
If I had known this, I hadn't tried. Well, it was quite some fight, and
I don't remember all the gory details.
I remember that I had to add a lot of library paths and lib-files to the
projects manually and that it somehow helped
to use the static libraries wherever available. After grep-ing for a
while to find all object and lib files which
could resolve all those unresolved symbols, I still got a problem with
_inflate_fast from zlib. I built zlib again
this time using masm and finally I could link svn.exe (didn't try to
build any other executable).
In the debugger I had to learn that the command parameters I specified
were not passed to the program, so I replaced
argc/argv with self-defined variables containing the right stuff.

[...]
> Firstly, could you please file an issue in our tracker, so we don't
> forget it?
>
>
I did not know the correct initial assignee, so I just assigned it to
you - #3666

> Secondly, could you share a script that produces your example
> repository? (it's easier for us to consume that way)
>
>
I'm not familiar with your issue tracker, so it's inline, not an
attachment. Sorry.
> If you'd like to write a patch for this, you're more than welcome to
> do so. Our patch guidelines are here:
> http://subversion.apache.org/docs/community-guide/general.html#patches
>
Not sure how to deal with this problem, see the issue...

Bye

Patrick
Received on 2010-06-29 12:42:34 CEST

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

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