I currently do my development work on a WindowsXP PC running Subversion through Tortoise and I’m currently hosting sites with Dreamhost, a popular site for Ruby on Rails and PHP hosting. This is going to be a tutorial on how to get your rails apps up in a repository on Dreamhost, but you’ll be able to use to coordinate any sort of subversion repository on dreamhost.
First, let’s use the nifty tool that Dreamhost has provided for creating Subversion repositories. Go into your ControlPanel. Drill down into the Goodies menu and choose Subversion. You’ll see a dialog that looks like this:
Use whatever name you’d like and make sure to give it a useful Username and Password. Then you press the create button. On success you’ll see something like this:
In a few minutes you’ll receive an email from Dreamhost declaring that your new repository is now working. So, now let’s fill it with some stuff.
The easiest way to interact with Subversion under WindowsXP is to install the super excellent Tortoise software. This extends your Windows Explorer shell with the full functionality of Tortoise. We’ll look at this as we go through the tutorial. If you haven’t yet, please install Tortoise.
Now we need something to stick into our new Subversion project. Let’s create a new rails application. That’ll create all sorts of stuff. Go into the directory where you have your Rails apps and type something like:
rails SubSample
After that’s done, let’s load up our new repository.
June 10th, 2007 at 07:23 PM This is a test comment.
July 10th, 2007 at 03:48 PM
But, what about login and password, I have my repostry created on the server, I have the login and password info, but I cant find a way to autenticate on the repostry
July 11th, 2007 at 09:40 AM
moplin – I’ll send you an email and see if I can help you figure out your issue.
March 30th, 2008 at 11:44 PM
where’s the rest of the tutorial?