Hello.
I'm learning a Subversion API right now and have following test code:
http://pastebin.com/rVQM7TpJ
The svn_client_ls() call correctly returns error code since i give a
wrong repository URL. But next call to svn_client_update3() ALWAYS
returns success (zero) regardless of arguments i supply :(. Maybe some
experience Subversion developer can hint me what i'm doing wrong? The
sample code is compile with QtCreator C++ IDE on MacOS X 10.6,
subversion library is installed via macports. I don't know what version
it is since where is no version in svn_client.h file, but according to
macports website it must be 1.6.5.
Best,
Grigory.