Does anyone have suggestions of a package for doing version control for a database-backed Perl/CGI website?
I once used CVS and RCCS for C and ASCII-based applications, but don't feel like I know what's out there that's perhaps a better fit for perl and web environments.
It seems like I'd want something beyond the basics that'd include:
- some sort of web interface so designers without shell access can change some of the related files
- that'd require some sort of web authentication, not just command-line userids
- I'd prefer open source, but would consider alternatives if they are significantly better
- something that runs under OpenBSD (or Linux and I can check if it works under OpenBSD)
Thoughts, suggestions?