Difference between revisions of "Subversion"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Revision Control {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|subversion}} |{{#vardefine:url|https://subversion.apache.org}} <!--CONFIG...")
 
 
(One intermediate revision by one other user not shown)
Line 26: Line 26:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
===Serial===
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
* {{#var:app}}
 
<!--
 
===Parallel (OpenMP)===
 
* intel
 
* {{#var:app}}
 
===Parallel (MPI)===
 
* intel
 
* openmpi
 
* {{#var:app}}
 
-->
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 20:07, 10 June 2022

Description

subversion website  

Apache Subversion is a full-featured version control system originally designed to be a better CVS. Subversion has since expanded beyond its original goal of replacing CVS, but its basic model, design, and interface remain heavily influenced by that goal. Even today, Subversion should still feel very familiar to CVS users.


Environment Modules

Run module spider subversion to find out what environment modules are available for this application.

System Variables

  • HPC_SUBVERSION_DIR - installation directory