This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| using_cvs [2007-07-11 17:28] – external edit 127.0.0.1 | using_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:// | required reading, the "cvs book" http:// | ||
| + | |||
| ====notes==== | ====notes==== | ||
| * **checkout a source tree** cvs -d: | * **checkout a source tree** cvs -d: | ||
| * **add a file/ | * **add a file/ | ||
| - | * **commit changes** cvs -d:extuser@host:/ | + | * **commit changes** cvs -d:ext:user@host:/ |
| ====tools with a GUI==== | ====tools with a GUI==== | ||