Post date: Dec 20, 2011 7:13:3 PM
In the event of the SubVersion server getting rebooted, the following 2 steps must be performed to restore access to our repository:
sudo mount /dev/sdf /mnt/svn
sudo mount /dev/sdg /mnt/deploy
sudo service httpd restart
To access the server, use putty ( http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html).
The server address is ec2-user@source.quandis.com (SSH on port 22)
To specify the private key for authentication:
Along the left side of putty, expand the Connection settings
Expand the SSH
Choose Auth
Browse to the private key (See Eric, Kevin, or Travis for a copy of our private key)
Save your settings
Click on the Session option under Category
Enter a name under the Saved Sessions label
Click Save
Connect