Hi! I'm writing a simple test program using the Subversion APIs to get more
familiar with the process of calling the functions and so far I haven't been
able to compile my code because of errors in the header files in the
svn-win32-1.7.4.zip package I downloaded. The errors I usually get are
undefined variable and mission semicolons and missing brackets. My question
is, how do I effectively use these headers/libs with my test program? I feel
like I'm not setting things up correctly for use of the API. Feel free to ask
me to clarify anything.