Re: FW: Error running make for subversion

2017-06-13 Thread Daniel Shahaf
Joseph, Anselm wrote on Wed, 14 Jun 2017 01:30 +: > Hello all, > For linking to shared libraries, is "libstdc++.so" required in gcc. Both svn and httpd are written in C, not in C++. I would expect C++ stdlibs to not be required for C projects. (but perhaps on your system svn gets compiled

RE: FW: Error running make for subversion

2017-06-13 Thread Joseph, Anselm
Hello all, For linking to shared libraries, is "libstdc++.so" required in gcc. My install path only shows : ~:/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.8.3 --> $ ls include libstdc++.a libstdc++.a-gdb.py ppc64 pthread just the static library. Could this be why mod_dav_svn.so cannot be

svn status merges intersected external records into single row

2017-06-13 Thread Andrey
Here is the batch script for the windows: ``` @echo off set REPODIR=test_repo set "REPOROOT=%~dp0%REPODIR%" set "REPOURL=file:///%REPOROOT:\=/%" set WCROOT=%REPODIR%_root if exist "%REPOROOT%\" rmdir /S /Q "%REPOROOT%" if exist "%WCROOT%\" rmdir /S /Q "%WCROOT%" mkdir "%REPOROOT%" svnadmin