How to install SVN client on amazon micro ec2 server (Amazon Linux)

I use a commercial subversion server in the cloud (Assembla), and I have an Amazon microservice with Amazon Linux. I want to install the SVN client on this computer. I know that quickSVN works on Linux, but I don’t know if it is supported on Amazon Linux, and how to configure it. Please suggest which SVN I can use and instruct how to configure it. (I prefer a client with a GUI interface).
thank

+5
source share
1 answer

I'm sure amazon linux is RPM based, you need to install svn via yum:

sudo yum install subversion
+9
source

All Articles