0

I would like to have a

  1. private
  2. secure
  3. open-source

SVN configured for a minor project with a collaborator.

Googling gave me
http://unfuddle.com/about/tour/plans
http://www.xp-dev.com/pricing
http://www.projectlocker.com/

What are my options?

naveen
  • 123
  • 12
  • 5
    What do you mean by "open source" and "private" in this context? Your requirements don't really make sense. Subversion is an open source project itself, but that doesn't seem to have any relevance to your question. If your project is open source, the private bit doesn't make much sense. – Caleb Nov 25 '10 at 08:01
  • what i want is a open source private repository. – naveen Dec 01 '10 at 10:42

6 Answers6

3

If you're looking for alternatives to the sites you listed, you should also check out Beanstalk.

Nupraptor
  • 413
  • 4
  • 7
3

Other similar SVN repository and project hosting companies include:

Or you could roll your own and host it yourself by setting up your own SVN server and pairing it up with a project management web application such as:

which are both free and open source to use and modify.

Alexander Lai
  • 1,907
  • 13
  • 4
0

If you mean private write access, but public viewable, then you can do this with svn permissions. set yourself as read/write and anonymous as read only.

Sirex
  • 5,447
  • 2
  • 32
  • 54
0

I used devguard in the past, it is good quality and allows you to download nightly backups and such (good for peace of mind ;) ).

I now use github both personally and professionally. Their teams setup is wonderful for working together with multiple people. Besides that, I find git more flexible then SVN :)

Walter Heck
  • 92
  • 2
  • 7
0

github is a personal favorite.

0

Codesion (http://codesion.com/) is what I have used for a couple of years. Strong SVN support with good admin. Includes Trac or Bugzilla as well.

spdaly
  • 133
  • 1
  • 5