views:

2915

answers:

10

Hi

I'm looking for a place to host a project using subversion, something like codeplex.com but not for open-source projects (not ready to share the source right now). Subversion source control and an issue/bug tracker would be nice. It wouldn't hurt if I was able to host a single sql database as well (although that's a secondary requirement)

Anything from free to a fair priced service is of interest, so all recommendations and experience will be greatly appreciated. In case it matters, the project is a .net project.

+17  A: 

Check out unfuddle.com, I've been using it for a while with no problems and it's free for one project.

Just to add a little more detail on my experience:

  • I was up and running in a few minutes
  • One project but multiple repositories (handy) on your free account
  • Can add other users to your project
  • Does SVN and git hosting (only used SVN myself)
  • Basic project management tools
  • E-mail notifications on check in
  • No downtime I'm aware of so far
  • Pingback on build (although I haven't used this yet myself)

Definitely recommended

Brabster
I decided to try this out and my initial reactions are good. Thanks for the tip!
TheCodeJunkie
+1  A: 

I concur with @Brabster. I've used UnFuddle for about a year and know Josh (partner) ... great product, good business, and always reliable.

If it's your speed they also support Git.

Kyle West
+1  A: 

Unfuddle is great. They host svn and git so you have your choice. It is very much like Trac but in a hosted environment. If you want to have multiple and account and repos with multiple projects you have to pay, but in my opinion it is worth it.

danielrsmith
+5  A: 

I have been happy with wush.net. The support is fantastic.

http://www.wush.net/corpsite/landing

I use it for 3 projects right now. It does cost money, but not too bad. They basically manage the hosting for you. If you want to do more of your own admin I would suggest http://svnrepository.com/

both provide free Trac with it and also provide bugzilla if desired.

Tim
Yeah, I use these guys too, and haven't had an issue. I requested for them to email diffs on every commit, and they fixed me up in no time. Very reasonably priced as well.
Bazman
Wush.net support is unbelievable.
Jason
I also used wush.net for a few years on several projects. Excellent service, no problem whatsoever
Dima
+7  A: 

Check this options:

CMS
+2  A: 

I'm currently a subscriber at projectlocker.com Its got subversion plus trac hosting. $5/month for 5 users. Also, you can have unlimited projects. Each project has a separate subversion repository, and trac installation. Integrates with Fogbugz too.

Matt Brunell
+2  A: 

I recently started using http://beanstalkapp.com/ . It looks quite ok, but hadn't really tested it out yet.

Kasprzol
A: 

beanstalk and unfuddle both look pretty good, but I'd like one that has SSL for free. Has anybody found anything like that?

mlissner
A: 

I've used SourceRepo for a while and it provides a lot of features (e.g. unlimited repos, unlimited users, SSL) for a really decent price. They also have TRAC, Redmine, and GIT support included.

simeon
A: 

Unfuddle's bug database is a bit fuddled. It's one of the worst I've seen. I recommend tracking your bugs elsewhere if you are going to use Unfuddle for hosting your source.

David Madison