vote up 0 vote down star

We in our company are looking to setup a code repository to which multiple groups can contribute. I am looking for a system like Google Code with following features:

i. Wiki

ii. Issue Tracker

iii. Source Repository (SVN integration)

iv. Control the access to make modifications to the code

The closest open source alternative I could find is "Trac".

1) Is the code of Google Code Open Source? A google search does not take me to any useful link.

2) Any suggestions for open source software matching the above needs?

flag

25% accept rate

3 Answers

vote up 3 vote down check

This from the FAQ:

Is Google Code's implementation itself open source?

As with most project-hosting sites, our underlying technology is a mixture of open source and proprietary code. For example, the issue tracker is entirely written by Google, but the version-control service is based on Subversion, a popular open source tool.

We use Trac & SVN here at work, though I'm sure there are other options available.

link|flag
Thanks for the FAQ snippet. I think we will go ahead with Trac, SVN. Can I restrict user access in SVN? – rAm Aug 28 at 3:09
I meant a user role access using Trac for SVN – rAm Aug 28 at 3:12
You can set up Permission Groups in Trac and restrict what users in those groups can do: trac.edgewall.org/wiki/… (I think that's what you're asking?) You can also set up quite complex permissions within SVN - though I'm no expert on that side of things. – Jason Berry Aug 28 at 3:17
Trac has a great integration with Subversion. Give it a try. – GmonC Aug 28 at 3:35
That solves most of the requirements. Will go with Trac+SVN. – rAm Aug 28 at 4:08
vote up 0 vote down

I've recently started using GitHub for scm and I have to say it's pretty damn nice.

https://github.com/

link|flag
vote up 0 vote down

Choosing one solution that has all 4 of those requirements might be the wrong approach - I've found its better to choose the best tool for the job, and not use a 12-in-1 tool like a Swiss Army Knife.

Git is one of the better source control solutions, and there are a variety of bug tracker and documentation tools to choose from. I personally use CodeTrack as a bug tracker - it's extremely simple and does not require a database connection, although I know CodeTrack is not one of the more popular ones out there.

link|flag
Why the downvote? – musicfreak Aug 28 at 3:11
I know, eh? – Charlie Salts Aug 28 at 3:15

Your Answer

Get an OpenID
or

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