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();
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 revi
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.
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 a