Technology, Data and Science

SVN for Java Developers

Given that programmers are constantly modifying their code—and that other developers often touch the very same code—it’s crucial to keep track of your changes. By leveraging software version control systems such as Apache Subversion (SVN), you can help your team stay on the same page. In this course, learn how to use SVN to keep track of your code changes and merge conflicting changes. Julian Robichaux covers key concepts and terminology such as trunks, commits, and revisions, and explains how to create a new Java project, make changes, and create branches. He also covers how to find and fix conflicts using Eclipse, create a release, and use SVN and Git together.

Learn More