-
yes, I know nobody uses subversion any more 8-) but anyways ... I was able to install the subversion add-on in studio code server, but it needs a subversion command line client. Is it possible to install to install this to? Using the terminal-plugin under HO I was able to install subversion using "apk add subversion" and use it. PS: I'm running Homeassistant under HAOS on the mini-PC |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
answering my own question |
Beta Was this translation helpful? Give feedback.
answering my own question
in the studio code server terminal tab run:
apt-get update
apt-get install subversion