User Tools

Site Tools


cvs

Differences

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

Link to this comparison view

Next revision
Previous revision
cvs [2020/07/11 10:45] – created perlfancvs [2020/08/11 09:03] (current) – removed manual TOC peteyboy
Line 1: Line 1:
 ====== CVS On SDF ====== ====== CVS On SDF ======
  
-===== Table of Contents ===== 
  
-  * [[#sec-1|1 Introduction]] 
-  * [[#sec-2|2 Creating A Repository]] 
-  * [[#sec-3|3 Importing A Directory:]] 
-  * [[#sec-4|4 Checking It Out]] 
-  * [[#sec-5|5 Accessing It Remotely]] 
-  * [[#sec-6|6 More info on CVS ]] 
  
-===== [[|1 Introduction]] =====+===== Introduction =====
  
 This tutorial is not about using a version control system, or about using cvs, but about how to get started with cvs on SDF This tutorial is not about using a version control system, or about using cvs, but about how to get started with cvs on SDF
  
-===== [[|2 Creating A Repository]] =====+===== Creating A Repository =====
  
 The cvs repository is just a simple directory. Our repository will be made in our home directory, and we will name it "cvs". The cvs repository is just a simple directory. Our repository will be made in our home directory, and we will name it "cvs".
Line 32: Line 25:
 That's it. That's it.
  
-===== [[|3 Importing A Directory:]] =====+===== Importing A Directory =====
  
 Let's add our website into our repository: Let's add our website into our repository:
Line 51: Line 44:
 You can modify the message, the module name and the tags to your liking, just keep in mind that in the rest of this tutorial we will use 'html' for the module name. You can modify the message, the module name and the tags to your liking, just keep in mind that in the rest of this tutorial we will use 'html' for the module name.
  
-===== [[|4 Checking It Out]] =====+===== Checking It Out =====
  
    cd    cd
Line 60: Line 53:
 This should be enough to convince ourselves that the directory is now under version control. This should be enough to convince ourselves that the directory is now under version control.
  
-===== [[|5 Accessing It Remotely]] =====+===== Accessing It Remotely =====
  
 We can access our repository from the outside using ssh, to do this we need to set the environment variable CVS_RSH so that cvs will use ssh, using for instance: We can access our repository from the outside using ssh, to do this we need to set the environment variable CVS_RSH so that cvs will use ssh, using for instance:
Line 81: Line 74:
    cvs -d  ':ext:user@freeshell.org:/path/to/homedir/cvs' ci html    cvs -d  ':ext:user@freeshell.org:/path/to/homedir/cvs' ci html
  
-===== [[|6 More info on CVS ]] =====+===== More info on CVS =====
  
   * [[http://www.cvshome.org|cvs home]]   * [[http://www.cvshome.org|cvs home]]
cvs.1594464324.txt.gz · Last modified: 2020/07/11 10:45 by perlfan