Update: Topic solved.
I will create a script named SubWCRev.sh with a content like:
#!/bin/bash
echo -n "{\""
echo -n `svn info | grep -e "^URL: " | sed 's/URL: //g'`
echo -n "\",\""
echo -n `svn info | grep -e "^Revision: " | sed 's/Revision: //g'`
echo "\",\"\"}"
Thanks for your support, I don’t need access to svnwcrev anymore.
> Am 05.06.2020 um 13:51 schrieb Roelof Berg <[email protected]>:
>
> Update: I figured out, I need only an app that generates something like this
> line:
>
> {"http://svnsrv/svn/entangled_amplifier/Src/spatial_folder
> <http://svnsrv/svn/entangled_amplifier/Src/spatial_folder>","2",""},
>
[…]
>>
>>> On Thu, Jun 4, 2020 at 10:05 AM Roelof Berg <[email protected]
>>> <mailto:[email protected]>> wrote:
>>>> ++++++++++++++++++++++++++++++++++++++
>>>> + Does someone have a copy left of svnwcrev ? +
>>>> ++++++++++++++++++++++++++++++++++++++
>>>>
>>>> […]