Development server for version control, wiki, and continuous-integration
I'm familiar with the typical development server stack:
- SVN
- Trac
- Jenkins/Hudson
Now I'm looking for something that can handle distributed version control (I'm leaning towards Mercurial).
Of course, if I can have all the perks of the above stack, that'd be great!
- Platform agnostic (clients run on Windows, Mac, Linux)
- Language/technology agnostic (i.e. Java and .NET compilation)
- Server is platform agnostic (CI 开发者_高级运维and Wiki can run on any server)
- IDE integration for the above platforms (Eclipse, Visual Studio, etc.)
- Slices, dices, and makes thousands of julienne fries!
If I should cross-post on StackOverflow, let me know.
Thanks in advance for the help!
Redmine is my preferred FOSS solution. Tie it all together with a Hudson to Redmine plugin, and Redmine to Hudson plugin.
精彩评论