svn 1.8.13 python bidings not built using SWIG 3.0.7

2015-08-04 Thread Cooke, Mark
Hello list, I am building svn 1.8.13 (to go with httpd 2.4.16) on a windows 7 system using Visual Studio 2008 Pro. If I try to use the latest SWIG 3.0.7 to build the python bindings then I get no PYDs and lots of errors, e.g.: Generating ..\..\..\subversion\bindings\swig\python\core.c d:\svn\s

How to use external diff3 for binary files?

2015-08-04 Thread Y Coder
Hi! I have some external mydiff3.exe, working with text and binary files (simple gui for Use_their-Use_mine). My svn command line is svn.exe update my_work_copy_path --diff3-cmd mydiff3.exe This work well for text files (svn call mydiff3.exe for each conflicted files through update process), bu