Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

A backup of the `dev/` folder from the Spinal Cord Toolbox repository.

License

Notifications You must be signed in to change notification settings

spinalcordtoolbox/spinalcordtoolbox-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backup of dev/ folder

Background

For many years, the Spinal Cord Toolbox repository has contained a dev/ folder with the following purpose:

This is the location for scripts that are used in development, but are not part of the core spinalcordtoolbox package. Some examples:

  • Utility scripts to automate menial tasks
  • Scripts used to train machine learning models
  • Scripts used to generate templates/atlases
  • Scripts used to build pre-compiled binaries used by SCT.

However, these files are rarely returned to after they've been used, and storing these files in the Spinal Cord Toolbox repository unnecessarily bloats the size of the project's source code. For these reasons, there have been several efforts by SCT's developers to clean up the dev/ folder:

  • May 5, 2016: A commit (1dd49e5e) is added to the release branch that removes the entire dev/ folder (1600+ files) from the release branch.
  • March 4, 2018: PR #1631 is merged to master (0590a7c3) and removes a subset of the dev/ folder from master (1000+ files).

Despite these cleanup efforts, the dev/ folder still complicated SCT's release procedures.

Repo description

This repository is part of a third cleanup effort that involves the following steps:

  • Cloning the SCT repo to preserve the history of changes to the dev/ folder.
  • Deleting everything but the dev/ folder, so that the clone can act as a backup for the dev/ folder.
  • Deleting the dev/ folder from the SCT repo.

Using this repo

If there is a specific dev/ file that you're looking for that's not present on master, please check out any of the following commits, as they may contain the file you're looking for:

  • 265541ec: The commit immediately before the 2016 cleanup of the dev/ folder (on the release branch).
  • 035336b9: The commit immediately before the 2018 cleanup of the dev/ folder (on the master branch).