SV650.org - SV650 & Gladius 650 Forum

SV650.org - SV650 & Gladius 650 Forum (http://forums.sv650.org/index.php)
-   Idle Banter (http://forums.sv650.org/forumdisplay.php?f=116)
-   -   Ask the Geeks (code collaboration)... (http://forums.sv650.org/showthread.php?t=131394)

Baph 08-05-09 03:13 PM

Ask the Geeks (code collaboration)...
 
I'm after a code collaboration system with a web interface, do any of you know one that's free?

Requirements:
-PHP5.
-If it needs a DB, MySQL5+.
-Linux (therefore runs under Apache HTTPD).

TIA. :)

lukemillar 08-05-09 11:21 PM

Re: Ask the Geeks (code collaboration)...
 
Quote:

Originally Posted by Baph (Post 1899290)
I'm after a code collaboration system with a web interface, do any of you know one that's free?

Requirements:
-PHP5.
-If it needs a DB, MySQL5+.
-Linux (therefore runs under Apache HTTPD).

TIA. :)


http://homepage.ntlworld.com/rosa.l/tumbleweed_004.jpg

Think you even out geeked the .org there, Baph!

Baph 09-05-09 06:47 AM

Re: Ask the Geeks (code collaboration)...
 
Quote:

Originally Posted by lukemillar (Post 1899789)
Think you even out geeked the .org there, Baph!

It looks like it mate, but I've just opted to use phpCollab & "modify" it to suit purpose. :)

timwilky 09-05-09 10:19 AM

Re: Ask the Geeks (code collaboration)...
 
have a look at mindquarry, I am not sure as to its development plans lately

lazymanc 09-05-09 08:58 PM

Re: Ask the Geeks (code collaboration)...
 
Code collaboration? Do you mean like a bugtracker / dev project management app or a source control management tool?

Dev manangement / trackers:
We use Trac at work but that's Python based (and a bit of a mare to install last time I did it).
Jira is supposedly excellent but not free (and Java based).

Source Code Management:
Obvious ones are Subversion (SVN) and GIT. SVN is centralised (you have a central store and everyone commits to it, with only the most recent changes stored locally) and GIT is distributed (everyone has a full copy of the entire history of the project stored locally).

Baph 09-05-09 09:07 PM

Re: Ask the Geeks (code collaboration)...
 
Quote:

Originally Posted by timwilky (Post 1899969)
have a look at mindquarry, I am not sure as to its development plans lately

Cheers Tim, I've got a solution to the problem now, but MindQuarry will be used for something else. :)

Quote:

Originally Posted by lazymanc (Post 1900360)
Code collaboration? Do you mean like a bugtracker / dev project management app or a source control management tool?

Both in one, not asking for much am I? :D

Quote:

Originally Posted by lazymanc (Post 1900360)
Dev manangement / trackers:
We use Trac at work but that's Python based (and a bit of a mare to install last time I did it).
Jira is supposedly excellent but not free (and Java based).

Source Code Management:
Obvious ones are Subversion (SVN) and GIT. SVN is centralised (you have a central store and everyone commits to it, with only the most recent changes stored locally) and GIT is distributed (everyone has a full copy of the entire history of the project stored locally).

Trac & Jira are more issue/ticket tracking applications. SVN/CVS/GIT would require a seperate web interface.

Not that I'm picky. :D

Anyway, what I've done is setup phpCollab (Project Management/Tasks), which has an interface ready for Mantis (Bug/Support ticket tracking system). I've then used phpCollab's update routines to hack in SVN for documents within the entire job lot.

All of it has a single signon, uses the same DB schema, and is relatively secure. My colleague was pretty impressed I'd managed to go from nothing to completely operational in about 3 hours. :compress: :lol:

Kinvig 09-05-09 09:14 PM

Re: Ask the Geeks (code collaboration)...
 
Previously I've used the Joel on Software bug tracking product....

and Source Gear Vault....

and Visual Source Safe.....

not that that'll be any use to you....

lazymanc 09-05-09 09:35 PM

Re: Ask the Geeks (code collaboration)...
 
Both Jira and Trac have repository browsers for SVN/CVS built in, not sure if they do GIT yet though.

GITHUB has a lot of good press at the minute but I've yet to use it.

Holdup 10-05-09 12:48 AM

Re: Ask the Geeks (code collaboration)...
 
Why is it that i should know about this stuff but every time i read what you are on about it baffles me? doesnt college teach me anything now days? tsssk

lazymanc 10-05-09 01:26 AM

Re: Ask the Geeks (code collaboration)...
 
Quote:

Originally Posted by Holdup (Post 1900540)
Why is it that i should know about this stuff but every time i read what you are on about it baffles me? doesnt college teach me anything now days? tsssk

Why what course are you doing holdup?

There's nothing complex to it really, they're just bits of software that keep a history of changes to your code.


All times are GMT. The time now is 01:58 AM.

Powered by vBulletin® - Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.