fix DLL relocation problem with recompiled SVN libs by kblees · Pull Request #245 · msysgit/msysgit

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Conversation

Recompiled libsvn_repos and libneon have the same base address, causing
problems in MSYS fork emulation. Rebase to free regions via:

  rebase -b 0x64000000 bin/libsvn_repos-1-0.dll
  rebase -b 0x64200000 bin/libneon-25.dll

Signed-off-by: Karsten Blees <blees@dcon.de>

t-b added a commit that referenced this pull request

Aug 16, 2014
…lict

fix DLL relocation problem with recompiled SVN libs

@t-b t-b mentioned this pull request

Sep 15, 2014

This was referenced

Jan 24, 2015