--- categories: - 'Random Software' date: '2021-03-13 19:55:00 +0000' title: 'Announcing the Creation of a CVS Repository' --- I am announcing the creation of an anonymous *CVS* repository. It's goal is to make my software projects available to the public - and also to make it easier for me to manage my projects. This repository can be accessed using the following command in the console of most _Unix-like_ Operating systems: cvs -d :extssh:anoncvs@operationalsecurity.es:/cvs checkout -P $module_name where _$module_name_ is the name of a project hosted in the repository. Currently, the following projects are included: * **dgamelaunch-openbsd**: An OpenBSD port of the dgamelaunch program, used for creating public game servers. * **early-roguelike**: A friendly fork of EnwinR's Early Roguelike Collection. None of these projects are in a production ready state as of today.