Subversion (SVN)
Overview
Subversion is an open-source version control system developed by Apache.
Availability
Cluster | Module/Version |
---|---|
BOSE | Not Available |
BGSC | svn/1.10.6 svn/1.14.0 |
Note: You can simply use "module load svn" to activate the most recently installed version of this software.
Sample Slurm Script
submit.sh
#!/bin/bash
# -- SLURM SETTINGS -- #
# [..] other settings here [..]
# The following settings are for the overall request to Slurm
#SBATCH --ntasks-per-node=32 # How many CPU cores do you want to request
#SBATCH --nodes=1 # How many nodes do you want to request
# -- SCRIPT COMMANDS -- #
# Load the needed modules
module load svn # Load Subversion (SVN)
svn co #checkout repository
Real Example
Has your research group used Subversion (SVN) in a project? Contact the HPC Team and we'd be glad to feature your work.
Citation
Please include the following citation in your papers to support continued development of Subversion (SVN).
Citation Here