User Tools

Site Tools


subversion

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
subversion [2021/03/18 17:15] – cleaned up enough to publish peteyboysubversion [2021/03/18 17:36] (current) – [Subversion] added RCS link peteyboy
Line 1: Line 1:
 ====== Subversion ====== ====== Subversion ======
  
-This tutorial is not about using a version control system, or about using Subversion, but about how to get started with Subversion on SDF. Other source control tools available for looking into are [[scmgit-intro|git]] (newer, distributed version control), CVS (older technology than SVN) and RCS (the granddaddy)+This tutorial is not about using a version control system, or about using Subversion, but about how to get started with Subversion on SDF. Other source control tools available for looking into are [[hosted git repos gitea on sdf SDF-hosted git]] (newer, distributed version control), [[CVS]] (older technology than SVN) and [[RCS]] (the granddaddy)
  
  
 There are graphical tools such as TortoiseSVN, but we will start with Subversion's command-line tool (this is SDF we're talking about, right?) which is ''svn'', and //is installed on the cluster// There are graphical tools such as TortoiseSVN, but we will start with Subversion's command-line tool (this is SDF we're talking about, right?) which is ''svn'', and //is installed on the cluster//
  
-Subversion is normally intended to be hosted on a server, so working with it locally with an SDF user account is a little awkward, requiring the use of ''file:<nowiki>//</nowiki>'' URLs.+Subversion is normally intended to be hosted on a server, so working with it locally with an SDF user account is a little awkward, requiring the use of ''file:<nowiki>//</nowiki>'' URLs. At the end of this tutorial, we will touch on how to set subversion up for remote access.
  
 ===== Creating A Repository ===== ===== Creating A Repository =====
subversion.1616087710.txt.gz · Last modified: 2021/03/18 17:15 by peteyboy