What Software Should I Use for Managing an Old SVN Repository?

0
6
Asked By CuriousCoder88 On

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

Answered By NostalgiaNinja On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.