views:

66

answers:

2

Hello, I'm using ubuntu (and WindowsXP as Virtual mashine on it). I need an automatic process: I want my computer to do every hour a SVN Update and after that my Visual Studio 2008 should open the Projekt.sln File and run the Compilation Process (It's a Windows Program I want to compile, that's why I have to use Windows). For the Compilation Process I also need to make some adjustments (I want to compile it at first for 32bit and after that for 64bit Operation Systems - so I have to do two different compilations). After the Compilation I wanted to upload the Program...

Is there any chance I can do that? Thanks!

+3  A: 

This is called a build server. There are a number of implementations out there, e.g. CruiseControl.

0xA3
+2  A: 

Take a look at:

Nant

CruiseControl.Net

Paul Creasey