Need suggestions

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
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Need suggestions

Post by alex.barylski »

I need PHP/MySQL (preferably a single project) based projects which accomplish the following:

- CVS
- Bug tracking
- Project management

I've looked at all the popular software listing sites (ie: hotscripts.com, etc) not source forge yet though :oops:

And I can't find anything which groups these things into a single project...

phpBugTracker looks interesting, but a project management package would be nice too...

And CVS...I couldn't find anything written in PHP :(

ALSO does anyone know of a class on phpclasses.org or similar which implements the LCS algorithm???

I want to include a versioning system in my next project, but i'm not interested in implementing that algorithm :)

Cheers :)
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

I suggest just signing up at sourceforge, freshmeat or berlios and having a browse. You'll get to use CVS on all of those sites. Project Management... well you could do that too if the project admin lets you but otherwise you can start your own project on those sites.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post by alex.barylski »

d11wtq wrote:I suggest just signing up at sourceforge, freshmeat or berlios and having a browse. You'll get to use CVS on all of those sites. Project Management... well you could do that too if the project admin lets you but otherwise you can start your own project on those sites.
Well the whole point was to host the project on my server so those won't work...
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

You want to learn to set up CVS etc on your own server?

Try asking in Volunteer work if anyone's interested in getting a project going. You'd get to set up the CVS, Manage the project and of course, bug tracking.

If you need ideas for the actual project, something like a webmail application powered with AJAX or an FTP client in PHP.

I'm possibly misunderstanding what you've asked sorry :oops:
Post Reply