Is there a way that C++ can read some external file SVN revision in some repository?
Asked
Active
Viewed 33 times
0
-
You can use the system command and launch svn. I believe `svn info` and capture the result. Although there may be a better way. I have not done something like this in over a decade. – drescherjm Mar 30 '21 at 17:37
-
Related: [https://stackoverflow.com/questions/579196/getting-the-last-revision-number-in-svn](https://stackoverflow.com/questions/579196/getting-the-last-revision-number-in-svn) – drescherjm Mar 30 '21 at 17:41