I’ve been playing with libsvn. I’m trying to just do a simple checkout.
I’ve got the code I think would work, however I can’t compile it due to an unresolved external.
I have the following libraries linked statically:
- libsvn-client-1.lib
- libapr-1.lib
However, Which library file contains the declaration for the function svn_create_pool()?
Got it!
It was ridiculous how I found it.
Used the windows command:
This gave me a list of libraries which I then tested and allowed me to keep halving the list to finally find it.