Update: I figured out, I need only an app that generates something like this line:
{"http://svnsrv/svn/entangled_amplifier/Src/spatial_folder","2",""},
For the rest I have a .bat file that assembles belows structure, which I can port to .sh. Probably https://pypi.org/project/svn/ <https://pypi.org/project/svn/> or parsing "svn info“ can be used for generating above mentioned line.
> […] I need to generate a file containing [...]
>
> const TRevisionInfo_rt g_AppRevisionInfo =
> {"http://svnsrv/svn/entangled_amplifier/Src","17"," (modifiziert)"};
>
> const TRevisionInfo_rt g_ExtRevisionInfo[] = {
> {"http://svnsrv/svn/entangled_amplifier/Src/quantum_erasor","17",""},
> {"http://svnsrv/svn/entangled_amplifier/Src/spatial_folder","2",""},
> {"http://svnsrv/svn/entangled_amplifier/Src/bif/neuro_interface","11",""},
> {"http://svnsrv/svn/entangled_amplifier/Src/btt_reverter","2",""},
> {"http://svnsrv/svn/entangled_amplifier/Src/cosm_var_matrice","15",""},
> {"http://svnsrv/svn/entangled_amplifier/Src/cat_charger","14",""},
> {"http://svnsrv/svn/entangled_amplifier/Src/wy_noscom","17",""},
> };
> const char g_szBuildTime[] = "26.05.2020/23:53:44,44";
> const char g_szBuilder[] = „labpc/Roelof";
>
> Thanks a lot,
> Roelof
>
>> On Thu, Jun 4, 2020 at 10:05 AM Roelof Berg <rberg_at_berg-solutions.de> wrote:
>>> ++++++++++++++++++++++++++++++++++++++
>>> + Does someone have a copy left of svnwcrev ? +
>>> ++++++++++++++++++++++++++++++++++++++
>>>
>>> […]
>>
>> Hello Roelof,
[…]
>> If Subversion doesn't provide the functionality you need, perhaps you
>> can describe what you're trying to accomplish, and maybe someone will
>> suggest an alternative that will work for you. Let us know...
>>
>> Nathan
>>
>
Received on 2020-06-05 13:56:56 CEST