For Apache:
sudo apt-get -yq install apache2
For SSH:
sudo apt-get -yq install openssh-server
For Subversion:
sudo apt-get -yq install subversion subversion-tools
If you'd like you can combine these into one command like:
sudo apt-get -yq install apache2 openssh-server subversion subversion-tools
I can't help with the rest...