Rescue Linux tool svnwcrev from abandoning. Does someone have a copy we can add to github ?

2020-06-04 Thread Roelof Berg
rev --username guest We will add it to github to save it from abandoning. Also we need to use it in an industrial project. Note: I contacted cnsupp...@collab.net <mailto:cnsupp...@collab.net> already and asked for a copy. Thank you and best regards, Roelof Berg

Re: Rescue Linux tool svnwcrev from abandoning. Does someone have a copy we can add to github ?

2020-06-05 Thread Roelof Berg
gled_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 > Am 05.06.2020 um 00:04 schrieb Nathan Hartman : > > On Thu, Jun 4, 2020

Re: Rescue Linux tool svnwcrev from abandoning. Does someone have a copy we can add to github ?

2020-06-05 Thread Roelof Berg
Thanks a lot, great advice. Seems that the archive unfortunately did not archive the gz-binaries. But I’ll try harder later this day to find something there. > Am 05.06.2020 um 03:13 schrieb Daniel Shahaf : > > Roelof Berg wrote on Thu, 04 Jun 2020 15

Re: Rescue Linux tool svnwcrev from abandoning. Does someone have a copy we can add to github ?

2020-06-05 Thread Roelof Berg
ce","15",""}, > {"http://svnsrv/svn/entangled_amplifier/Src/cat_charger","14",""}, > {"http://svnsrv/svn/entangled_amplifier/Src/wy_noscom","17",""}, > }; > const char g_szBuildTime[] = &qu

Re: Rescue Linux tool svnwcrev from abandoning. Does someone have a copy we can add to github ?

2020-06-05 Thread Roelof Berg
ed '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 : > > Update: I figured out, I need only an app that generates something like this > line: > > {

Re: Rescue Linux tool svnwcrev from abandoning. Does someone have a copy we can add to github ?

2020-06-05 Thread Roelof Berg
Beautiful, thanks Alfred, then I’ll use it in-line and do not even need a script :) >> […]echo -n `svn info | grep -e "^URL: " | sed 's/URL: //g’`[…] > > Or as a one liner with printf and awk saving a few process invocations: > > #!/bin/bash > printf '{"%s"},"%d",""}\n' $(svn info | awk '/^URL: