Has anyone build a Collaborative Development Environment?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
myleow
Forum Contributor
Posts: 194
Joined: Mon Jun 21, 2004 7:05 pm
Location: California

Has anyone build a Collaborative Development Environment?

Post by myleow »

Its much like SourceForge, but has anyone put together components to build one?

I am currently trying to figure out SVN for the code management part.

Anyone care to share experience?
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

Yeah ive been trying to find a good one as well but without much luck. I stumbled across a fairly good one about 6 months ago, but now cant find it again. The knowledge Tree is a fairly good document managment system which can be used fairly well for this kind of task. It just lacks the bug tracking and todo lists etc.
myleow
Forum Contributor
Posts: 194
Joined: Mon Jun 21, 2004 7:05 pm
Location: California

Post by myleow »

GForge is actually a Fork of SourceForge and it should be mature. I just can't get it working in FreeBSD for some reason and the SQL file kept giving errors, espeacially saying that some of it require SuperUser access. My account is wheel and i still can't do it.

Anyway... I was searching and found that Subversion + WebSVN + Trac + Bugzilla should do the trick on server side. On client side, TortoiseSVN should be enough.

Still reading the SVN manual currently.

Seriously check out Trac, it looks good enough but sadly it doesn't have TODO lists.

If anyone get GFORGE up and running properly in FreeBSD 4.10, i would really appreciate it if you would post instruction here.

Regards
Mian
myleow
Forum Contributor
Posts: 194
Joined: Mon Jun 21, 2004 7:05 pm
Location: California

Post by myleow »

gforge URL is http://gforge.org/
myleow
Forum Contributor
Posts: 194
Joined: Mon Jun 21, 2004 7:05 pm
Location: California

Post by myleow »

i forgot to mention the inclusion of a Bulletin Board in the list. The only bad thing about gforge is that it uses CVS instead of SVN.
Post Reply