Home / Java Patterns and Pitfalls     frequal.com

Initial Commit of a New Project

Often, I find myself starting a new project as a proof of concept, with no version control. Later, when it solidifies and becomes serious, I need to check it in and start versioning to track changes. Here are the steps I follow.

Steps to Bring a Project into Subversion

  1. Backup the project
  2. Clean binaries
  3. Import the project, from the parent folder
  4. Close the project from editors / IDEs
  5. Move the project folder
  6. Check out the project from Subversion

Last modified on 9 Feb 2025 by AO

Copyright © 2025 Andrew Oliver