Differences

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

Link to this comparison view

Next revision
Previous revision
using_cvs [2007-07-11 17:28] – external edit 127.0.0.1using_cvs [2015-04-14 17:08] (current) nik
Line 1: Line 1:
  
 +**NOTE**: this is mostly obsolete these days (circa early 21st century CE) see [[git notes]] or [[gitlab notes]] for more recent attempts at managing branching, versioning and distributed editing.
  
 ==== using CVS ==== ==== using CVS ====
 +
 cvs is a [[Version Control]] system for managing branching messes. just dont try renaming anything... cvs is a [[Version Control]] system for managing branching messes. just dont try renaming anything...
  
-info 
  
 required reading, the "cvs book" http://cvsbook.red-bean.com/cvsbook.html required reading, the "cvs book" http://cvsbook.red-bean.com/cvsbook.html
 +
  
 ====notes==== ====notes====
   * **checkout a source tree** cvs -d:ext:user@host:/path/to/cvs/public co tx-code   * **checkout a source tree** cvs -d:ext:user@host:/path/to/cvs/public co tx-code
   * **add a file/director** cvs -d:ext:user@host:/path/to/cvs/public add file   * **add a file/director** cvs -d:ext:user@host:/path/to/cvs/public add file
-  * **commit changes** cvs -d:extuser@host:/path/to/cvs/public commit file+  * **commit changes** cvs -d:ext:user@host:/path/to/cvs/public commit file
  
 ====tools with a GUI==== ====tools with a GUI====
  • using_cvs.1184174895.txt.gz
  • Last modified: 2007-08-24 17:14
  • (external edit)