9 Replies - 1205 Views - Last Post: 27 February 2012 - 08:40 PM

Topic Sponsor:

#1 blank_program  Icon User is offline

  • D.I.C Head
  • member icon

Reputation: 10
  • View blog
  • Posts: 244
  • Joined: 22-July 09

Project hosting and source control

Posted 02 February 2012 - 07:35 AM

Lately I have been using a local SVN repo on my network for version control as it is easier than making multiple backup copies but wanted to start making some of my software public even if it isn't all that great, at least it can get it out there so I can get more feedback.

I do have one project on Google Code but would like a place I can have multiple projects hosted that is easier to manage. With GC I have to have one page per project which gets annoying. I am looking into either GitHub or Sourceforge. I would like to limit commits though to certain people as well as have a download counter for files. If I can add a webpage as well for all my projects that would be ideal but I could probably start with some other site if I needed to.

What would you guys suggest I use?

Is This A Good Question/Topic? 0
  • +

Replies To: Project hosting and source control

#2 Tayacan  Icon User is offline

  • D.I.C Head
  • member icon

Reputation: 33
  • View blog
  • Posts: 116
  • Joined: 18-January 11

Re: Project hosting and source control

Posted 05 February 2012 - 11:55 AM

I've had really good experiences with GitHub. Git is an easy version control system to use, and GitHub has some really good documentation and tutorials. It also does everything you said you wanted (multiple projects, limit who can commit) except for adding a website. You can make a readme file with html markup, though, which will be shown at the front page of the project, as well as a wiki for each project.
Was This Post Helpful? 0
  • +
  • -

#3 DaneAU  Icon User is offline

  • Great::Southern::Land
  • member icon

Reputation: 245
  • View blog
  • Posts: 1,517
  • Joined: 15-May 08

Re: Project hosting and source control

Posted 13 February 2012 - 07:18 AM

Ahh i would give BitBucket a whirl, its quite a nice setup they have and using Mercurial for version control is much easier. I find github is also good but it can also be a nuisance.
Was This Post Helpful? 1
  • +
  • -

#4 wordswords  Icon User is offline

  • D.I.C Head
  • member icon

Reputation: 36
  • View blog
  • Posts: 163
  • Joined: 17-December 11

Re: Project hosting and source control

Posted 15 February 2012 - 11:49 AM

Github is great. I have used it for several personal projects, and once you get the hang of git then it is really handy. Github gives you a lot of extra useful info, such as the network graphs. Git can be complex, but learning it is worthwhile as it will be used heavily in professional development in years to come.
Was This Post Helpful? 0
  • +
  • -

#5 Sergio Tapia  Icon User is offline

  • Is that a raincoat?
  • member icon

Reputation: 1012
  • View blog
  • Posts: 3,816
  • Joined: 27-January 10

Re: Project hosting and source control

Posted 16 February 2012 - 08:42 AM

I like Github but it's lack of private repositories sucks for me. Just because of that I use BitBucket with Git as the DVCS. BitBucket now supports Git by the way, and it lets you open unlimited private repositories.
Was This Post Helpful? 2
  • +
  • -

#6 DaneAU  Icon User is offline

  • Great::Southern::Land
  • member icon

Reputation: 245
  • View blog
  • Posts: 1,517
  • Joined: 15-May 08

Re: Project hosting and source control

Posted 16 February 2012 - 08:03 PM

Yea the private repositories is a good thing for me too. I use them all the time as it saves me if i work on different operating systems or if i want to update builds on devices by syncing with a repo using cron or something to that effect.
Was This Post Helpful? 0
  • +
  • -

#7 Tayacan  Icon User is offline

  • D.I.C Head
  • member icon

Reputation: 33
  • View blog
  • Posts: 116
  • Joined: 18-January 11

Re: Project hosting and source control

Posted 17 February 2012 - 02:24 AM

Huh, cool - I might give BitBucket a try, then. Thanks for the tip :-)
Was This Post Helpful? 0
  • +
  • -

#8 xCraftyx  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: 11
  • View blog
  • Posts: 256
  • Joined: 13-September 08

Re: Project hosting and source control

Posted 20 February 2012 - 02:06 PM

^ I'd definitely heck out BitBucket, I just set up an account myself and if you have a .edu email from college or something then you get a free unlimited account, which is incredible. It looks extremely powerful and even has integrated wiki pages that you can set up for your projects along with issue tracking. It's also got a ton of documentation for usage

...can you tell I'm excited?
Was This Post Helpful? 1
  • +
  • -

#9 Tayacan  Icon User is offline

  • D.I.C Head
  • member icon

Reputation: 33
  • View blog
  • Posts: 116
  • Joined: 18-January 11

Re: Project hosting and source control

Posted 20 February 2012 - 02:12 PM

I can tell!

Well, Github has wikis and issue tracking too, but no private repos unless you get a paid account... Next project I make, I'll set up on BitBucket, I think xP
Was This Post Helpful? 0
  • +
  • -

#10 cobra1400  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 11
  • Joined: 05-February 10

Re: Project hosting and source control

Posted 27 February 2012 - 08:40 PM

Just another one to throw out there: Beanstalk is pretty good. It has an easy to use interface and allows a good range of control. It has Git and Subversion support. I've used it for large and small scale projects with other coders.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1