At my workplace, we manage a large codebase stored in a Subversion repository, and we also use an outdated Bugzilla for bug tracking. Currently, we have no code review process, and code is pushed directly to the trunk, followed by a manual build and deployment of a JAR file to our production server. I'm looking for suggestions on software and workflow improvements given these constraints. Since the repository is owned by another company, transitioning to a system like Git or a self-hosted GitHub alternative with CI/CD isn't an option for us. I'm eager to hear your recommendations!
1 Answer
This brings back memories from my first job back in 2006! It sounds like you already know some potential solutions, but since you're limited by who controls the code, it’s worth considering what feasible changes you can actually implement.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically