vote up 1 vote down star

I do software development but I don't work at a software company and we don't have anyone here that's setup any kind of version control server, or ticketing system or something like that. Most everything I know I've learned from documentation and sites like this.

I'd like to have some more advanced tracking systems like a bug ticketing system, and a version control system. But I don't want to, nor will be allowed to setup a server for something like this at my work. In reality I'm the only one working on the project so the bug tracking and and version control would really be for my benefit.

I've switched most of my day to day applications to webapps (gmail,google reader, rememberthemilk, dropbox, google voice), and a site like codeplex or source forge looks like exactly what I would need. But what I'm working on is not open source, so I want to be able to restrict the people that can view, or download anything.

Update

It seems that most of these sites are based on Subversion, am I correct? I've used TortiseSVN if I used one of these Subversion hosting services how would I get my files to the server? Would I have to upload them manualy or could I use a shell client like TortiseSVN.

Update

Thanks for all the responses. I've been successfully using a free account at http://www.projectlocker.com/ at the time they seemed to have the best free account with 5 users and 500mb storage.

flag

55% accept rate
You should be able to add them via 'svn add' and then 'svn commit' once you set up the repository on the host. – seth Jul 2 at 21:09

9 Answers

vote up 0 vote down

There are a number of commercial development-hosting companies which also offer free hosting for open-source projects either as a marketing strategy or as a way to give back.

But setting up hundreds of servers with all the software necessary for mass development-hosting and maintaining all of that is not cheap for the companies that do it. So if you need what they do for commercial purposes, and if you both agree on a fair price, they would be glad to offer you their services.

link|flag
vote up 1 vote down

I'm using CodeSpaces and it proved stable and it offers a lot of stuff for free. And it can also be closed because as they say: It's their number one priority

link|flag
vote up 1 vote down

You can use InDefero, it is a clone of GoogleCode with private projects.

link|flag
vote up 0 vote down

I use TeamCoherence for both my professional and personal systems. The personal license for it is a little bit steeper than it should be, I think (I got mine for free, though), but it has a lot of useful features that I think make it worthwhile.

link|flag
vote up 0 vote down

You might check out SourceGear Vault hosted at ORCS. I have not used it, but my impression is that SourceGear and ORCS are both very good at what they do.

link|flag
vote up 0 vote down

I use My Version Control. They allow for closed source projects.

link|flag
vote up 0 vote down

SVN: beanstalkapp.com
Bug Tracking: FogBugz OnDemand

Both (I think) have free versions for a single developer.

link|flag
vote up 2 vote down

You could get an account at github. If you pay money, it'll allow you to have a private repository.

link|flag
and they have an issue tracker. github is the best – Ben Hughes Jul 2 at 20:57

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.