3

I want to host my java project on a free project hosting site. I want to use SVN (if possible integrated in NetBeans).

I want the site to be easy to use and offer an option like Hudson system to control my nightly build/test execution.

Is there such a site(s) ?

Thank you in advance for the answers.

If there is an alternative that you think it's better than the SVN or something else, please use enough argumentation to convince me. I accept any proposals that you have tried out.

Sean Patrick Floyd
  • 292,901
  • 67
  • 465
  • 588
Leni Kirilov
  • 1,317
  • 1
  • 8
  • 16

2 Answers2

4

I want the site to be easy to use and offer an option like Hudson system to control my nightly build/test execution.

Hosted Continuous Integration for Java is not something easy to provide for free by nature (because it's very CPU and disk intensive), so you won't find that on "big" public forges.

The only place I know that offers CI (and subversion, mailing list, wiki, etc) is CodeHaus.org. Might be an option if your project is "eligible".

If not, either run Hudson yourself (and just plug it on any hosted Subversion repository, e.g. on Google Code) or... use a commercial service like CloudBees, MikeCI, CI Foundry. See also Hosted Continuous Integration.

Community
  • 1
  • 1
Pascal Thivent
  • 562,542
  • 136
  • 1,062
  • 1,124
  • yup (+1), installing hudson is not hard (although on windows it may turn out to be ;) ) – Bozho Oct 03 '10 at 18:22
0

Actually my question was something like a consulting 2 questions. Here are my answers to them.

  1. Find SVN free source control repository
    • I have stopped on two options:
      • Java.net - this seems like a repository with future and it's getting upgraded with Kenai technology, so I hope it's stable and fast.
      • kenai.com - Very nice looking integration with NetBeans! Easy to use and with lots of features like integrated issue-reporting. Unfortunately, this one is dead and projects are getting migrated to java.net. So stick with the first proposition.
  2. Integrate with Hudson
    • I haven't installed and configured a Hudson yet, but I guess it won't be such a problem. We'll see.
Leni Kirilov
  • 1,317
  • 1
  • 8
  • 16