views:

66

answers:

2

I have some own projects which wrote with C++ language, and the complie tool is visual stuio 2005. I'm using SVN to manager version. Could you recommand a autobuild system to complie my code?

+1  A: 

FinalBuilder is second to none, check it: http://www.finalbuilder.com/

Lloyd
+1  A: 

Cruisecontrol or Cruisecontrol.net are both good for this kind of task. You can use them either alone or in partnership with a build (not autobuild) tool e.g. ant or nant.

(They are both free).

Don't be put off by their java or .net basis, either will happily allow you to build visual studio c++ from svn.

see

http://cruisecontrol.sourceforge.net/

http://confluence.public.thoughtworks.org/display/CCNET/Welcome+to+CruiseControl.NET

morechilli
I've been using CruiseControl.net for a while now, it's very easy to get up and running, it's also very powerful. Certainly worth a look.
ilivewithian