Answer the question
In order to leave comments, you need to log in
Is it possible to use the source control API in my Qt project?
I am writing a design documentation accounting system in Qt, C++. At the moment, we are using manual addition and SVN+TortoiseSVN commits . The documents that need to be synchronized are mainly pdf and source files ( Step, DipTrace, doc ). The idea is this - the user drags the folder with the content onto the program window, and it parses the file names, adds everything to the desired directory, and then commits everything that it added. Also, the server, when communicating with clients, can give a command to update one or another directory.
I would like to know if anyone has done something similar, in the sense of using the functionality of version control systems from their application through their API ? In general, do you havesvn API ?
Answer the question
In order to leave comments, you need to log in
Do you need MB Dropbox or GoogleDrive? You think this is more suitable than a version control system...
SVN https://subversion.apache.org/docs/#api
Git https://libgit2.github.com/
In general, if the files are not text, then I would just write a client for https://owncloud.org - free and there is versioning.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question