1

I need to use some version system and make a automated release .

Can you suggest some preferable open source software's to use and are efficient.

And how does a automated release go..

Hacker
  • 7,798
  • 19
  • 84
  • 154

2 Answers2

1

Hudson can be a good start (not just for release management but for any task you want to automate).

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
0

CruiseControl (Java, .NET). Also see Continuous Integration Tools.

khachik
  • 28,112
  • 9
  • 59
  • 94