1. Install MediaTemple Developer Tools (link)
This will install svn on the host, as well as several other things you'll probably use eventually.
2. Create the Repository:
Follow these instructions, Setting up Subversion in 4 minutes. These links were also useful for me, a novice linux user
- Problem: "Could not use external editor to fetch log message".
- Solution
- Problem: How do I reload .bash_profile again?
- Solution
- Get svnserve process id (link)
- kill it: kill -HUP
- then restart it: /usr/bin/svnserve -d -r /var/www/svn/repos
- Using Tortiose, right click on folder and select "SVN Checkout"
- In dialog that pops up, for url use: svn://ipaddress/repo_name
- In the password dialog that pops up use whatever you set in the file /var/www/svn/repos/repo_name/conf/passwd