views:

70

answers:

0

Hi, I have downloaded and am trying to run warehouse app http://warehouseapp.com (a subversion front end).

I have got xampp installed on my Windows Home Server and I have it working on port 80. I have set up the ruby on rails server using this guide grapethinking.com/getting-rails-to-work-on-a-windows-machine-running-xampp

I copy the warehouse source code to the folder I created in htdocs (called warehouse) and changed the database details to match my mysql database.

I am stuck on getting the database to import/migrate. I have looked on the warehouseapp site on how to instal and it says to enter this command: rake warehouse:bootstrap

However, when entering that command, it shows this error:

D:\xampp\htdocs\warehouse>rake warehouse:bootstrap

(in D:/xampp/htdocs/warehouse)

Bootstrapping Warehouse v1.1.6...

1) Check for subversion bindings and proper permissions

2) Create Database.yml config file

3) Load Database Schema

checking for subversion bindings...

rake aborted!

no such file to load -- svn/core

(See full trace by running task with --trace)

Where am I going wrong? Do I have to put my SVN details in somewhere? I am using VisualSVN Server for the SVN Server.

Thanks in advance.