ASTDan Posted June 9, 2011 Report Share Posted June 9, 2011 Hello, I recently stumbled across this http://code.google.com/hosting/ It is a tool for project hosting. I think this would be a really cool tool to collaborate with customers and other developers. Does anybody have any experience with Project Hosting? Any recommendations? Thanks Dan Quote Link to comment
gleichman Posted June 9, 2011 Report Share Posted June 9, 2011 (edited) "your project needs to be open source" I don't think this would work well for collaborating with customers. Another option is bitbucket. It's free for 5 users or unlimited for academic and non-profit. I'm looking at using it for my FRC team. Edited June 9, 2011 by gleichman Quote Link to comment
crelf Posted June 9, 2011 Report Share Posted June 9, 2011 I've always used sourceforge. Quote Link to comment
gleichman Posted June 9, 2011 Report Share Posted June 9, 2011 I've always used sourceforge. For what? Why did you choose it? What has been your experince with it? Quote Link to comment
crelf Posted June 9, 2011 Report Share Posted June 9, 2011 For what? Why did you choose it? What has been your experince with it? It's where we host the OpenG project. Never had any issues with it - we push it around a fair bit and it's always worked fine. Quote Link to comment
Jordan Kuehn Posted June 9, 2011 Report Share Posted June 9, 2011 Does sourceforge allow for private projects? Quote Link to comment
ASTDan Posted June 9, 2011 Author Report Share Posted June 9, 2011 "your project needs to be open source" I don't think this would work well for collaborating with customers. Another option is bitbucket. It's free for 5 users or unlimited for academic and non-profit. I'm looking at using it for my FRC team. I saw the open source disclaimer. Private Projects would be cool. I would be willing to pay. Quote Link to comment
Jordan Kuehn Posted June 9, 2011 Report Share Posted June 9, 2011 I'd also be interested in a good project hosting service that allows for private project and svn integration. post-commit hooks would be nice as well. Quote Link to comment
Richard_Jennings Posted June 9, 2011 Report Share Posted June 9, 2011 I'd also be interested in a good project hosting service that allows for private project and svn integration. post-commit hooks would be nice as well. I like Project Locker It's free to start, and I've never had an issue. 1 Quote Link to comment
jcarmody Posted June 9, 2011 Report Share Posted June 9, 2011 I've been happy using http://www.xp-dev.com/ for the past few years for my private projects. Quote Link to comment
Ton Plomp Posted June 10, 2011 Report Share Posted June 10, 2011 Besides online hosting (microsft has a host that supports Mercurial), there are several packages that supports private hosting on your own server, I'm getting quite fond of Rhodecode. Some of the online hosting services also offer other integrations, bug-tracking, publising build packages, wiki's, twitter/facebook announcements. For public hosting I use Bitbucket as the public repo for my private code Ton Quote Link to comment
Fab Posted June 10, 2011 Report Share Posted June 10, 2011 I use and love FogBugz mainly for bug tracking, but it is great for estimation as well. Overtime it learns how good you are at estimating tasks and that becomes handy when quoting projects for customers. It also has "kiln" to host repositories, but I haven't used that. It is free for up to 2 users (academic, start ups). There is a way to configure your TortoiseSVN to have a FogBugz ID entry that links your commits as check ins in your bug entries in FogBugz. I have used http://projectlocker.com/ too, but just as a repository, I don't like their interface for bug/task tracking. If you have the paying version, you can link it to FogBugz. Quote Link to comment
ASTDan Posted June 13, 2011 Author Report Share Posted June 13, 2011 Oh boy. This opened a can of worms.... Mecurial looks AWESOME for what I want to do. I like the idea of everybody having a local repository. I was concerned how this works, but after reading this I am very intrigued. Bit Bucket looks really cool. My use case is I have customers who don't use SCC (bad bad). I need something that is easy to use, simple, and low cost so the customers who want to make changes can without blowing everything up. I like the mercurial model because we can both have local repositories. This I think would be an easier sell because the customer feels like they have control (i.e. the code), but it is still under SCC. We can both make changes and it is managed. MOST customers never want to mess with the code, but for those that do this looks like a nice way to handle it. Bit bucket looks cool because I can have issue tracking, wiki and all kinds off cool features that are web based. Great for customers, no installations, and I can manage this easily. Stay tuned... Quote Link to comment
jdunham Posted June 13, 2011 Report Share Posted June 13, 2011 Bit bucket looks cool because I can have issue tracking, wiki and all kinds off cool features that are web based. Great for customers, no installations, and I can manage this easily. I've been using WebFaction. Bitbucket is free for 5 users, but when you start to add more users, it quickly gets more expensive. At webfaction, you just pay based on disk and bandwidth usage, so the minimum account should be plenty. Here's a link with my referral code. If you use it, I'll donate anything that comes in back to LAVA. http://www.webfaction.com/services/hosting?affiliate=sfis Quote Link to comment
Jordan Kuehn Posted June 16, 2011 Report Share Posted June 16, 2011 Bitbucket looks great except for one thing. I can handle moving to mercurial, and I can even handle splitting my SVN repo into multiple by-project repos and simply organizing the repos into folders by customer. However, it looks like on bitbucket I have to place all of the repos at the same folder heirarchy level. That would force me to do something like [Customer_ProjectName] instead of [Customer]/[ProjectName]. Is there a way around this? I have too many projects to leave them all in a single folder. Quote Link to comment
Ton Plomp Posted June 17, 2011 Report Share Posted June 17, 2011 Bitbucket looks great except for one thing. I can handle moving to mercurial, and I can even handle splitting my SVN repo into multiple by-project repos and simply organizing the repos into folders by customer. However, it looks like on bitbucket I have to place all of the repos at the same folder heirarchy level. That would force me to do something like [Customer_ProjectName] instead of [Customer]/[ProjectName]. Is there a way around this? I have too many projects to leave them all in a single folder. You're correct that you should put every project in their own repository. You can add quite a lot repositories to Bitbucket that aren't aware of each other. Mercurial has the option to have subrepos (per customer) I haven't howerver looked at those features. Ton Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.