Page 1 of 1

Need suggestions

Posted: Sat Nov 19, 2005 3:43 pm
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 :)

Posted: Sat Nov 19, 2005 3:46 pm
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.

Posted: Sat Nov 19, 2005 3:47 pm
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...

Posted: Sat Nov 19, 2005 3:53 pm
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: