July 10, 2010
I love Hostgator, they never let me down ever since. There might some minor incidents but their support fixed it quickly.
My Hard drive just crashed this week and now I want to have a repository for my code just in case it happens again.
To make Hostgator+SVN to work , you need:
1. SSH access.. SSH is free if you have the business plan (shared)
2. Putty (Windows)
3. TortoiseSVN (SVN Client)
Step1:

Instructions:
Type your domain name and the port as 2222, in the Saved Sessions textbox type: keithics or any name, then click Save. You can see the Name on the text area on the left.
Then click Open.
Step2:

When Putty loads, it will ask for your Username and Password. Please note that when you type your password, you can’t see anything in Putty’s commandline.
Just type your password and press Enter.
Then Create a repository.. 
svnadmin create myrepo
step3:


Install TortoiseSVN and Click Settings. In the Network Tab, browser for the Putty.exe path.
Step4:

Create a repository by right clicking an empty folder then choose TortoiseSVN->Create Repository Here.
Add a text file to that folder then right click the folder then choose SVN Checkout.
IN the URL of the repository type:
svn+ssh://keithics@keithics/home/keithics/myrepo/
Replace the bold text with your own.
svn+ssh://<HOSTGATOR NAME>@<PUTTY SESSION NAME>/home/<HOSTGATORNAME>/<REPO FOLDER>/
Good Luck and if you have any problems, just put it on the comments!
Posted in Personal Thoughts | 1 Comment »