Re: servers ssl-authority-files with svn lib

2013-11-21 Thread Kai-Uwe . Schieser
Hi Stefan! Thanks for your response. You are right. Code would make things much clearer ;-). Sorry for that. OK. So here is the constructor of my simple client. CODE START: SimpleSVNClient::SimpleSVNClient(const string configDir) { if(!aprPoolInitFlag) { apr_initialize();

servers ssl-authority-files with svn lib

2013-11-20 Thread Kai-Uwe . Schieser
Please add me to the answer list, cause I am not subscribed. Hi there! I am using the binary package of Subversion library version 1.7.9 in my software project. I have written a simple client that I use in an other software to simply checkout from a repository and update it to a specified

Memory cleanup / leakage

2013-06-21 Thread Kai-Uwe . Schieser
Please add me to the answer list, cause I am not subscribed. I am using the Binary Package of Subversion library Version 1.7.9 in my software. Everything works fine so far but a little memory leak I detected in my tests. I am not shure if I use everything as I should. Maybe you can help me.

Win32Svn Binaries - wspiapi.h include

2013-05-27 Thread Kai-Uwe . Schieser
Hi folks! Please add me to the CC list on this topic, I am not subscribed. I try to implement the svn lib in my own software using the Win32Svn binary package (Version 1.7.9 - apache22). My compiler is the Visual C++ 6.0, the operating system is Windows XP. When I try to compile there occurs