PDA

View Full Version : How can I connect to Visual SVN server Repository C++ with Qt



es123
25th June 2019, 09:24
I just want to access visual svn server repositories with my C++ QT code.
I want to display the folder and subfolder names in the following adress https://desktop/!/#repo (address of svn repository).

Thanks for your help.

anda_skoa
29th June 2019, 15:34
Look for C/C++ client libraries for SVN, e.g. the primary one from Apache http://subversion.apache.org/docs/api/latest/index.html

Cheers,
_