I'm looking for a PHP-based tool for managing source code. Basically like a wiki but for code.
I know that SVN or CVS may be the better option, but I just need something basic that allows users to collaborate. I don't need the ability to checkout or anything like that.
Edit: I created some files that provide the basics: account management, snapshots, and versioning (very basic). Is there something better?