Subversion / svn desired
-
I am a retired programmer / engineer and am now playing with an Omega2+. I'm learning node.js and have it installed on a Mac laptop and now also on the Omega. I have been using Subversion for many years for version control, and would like to install it (the client) onto the Omega so I can keep my node.js files synchronized. opkg doesn't know anything about Subversion, and while I saw a reference to using apt-get to install it onto an Omega, neither the Omega nor opkg knows anything about apt-get.
Any ideas? Thanks!
-
@Chuck-Malloch There is no apt-get, you use opkg. Specifically, you need to enable the LEDE-repos in /etc/opkg/distfeeds.conf, then call
opkg update
andopkg install subversion
or whatever -- subversion is only available in the LEDE-repos for now.