Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/electric-eloquence/fp-cvs

Concurrent Versions System extension for Fepper
https://github.com/electric-eloquence/fp-cvs

cvs deprecated fepper

Last synced: 2 months ago
JSON representation

Concurrent Versions System extension for Fepper

Awesome Lists containing this project

README

        

# CVS (Concurrent Versions System) extension for Fepper

### This package has been DEPRECATED.

This package will no longer receive updates and will eventually be deleted.

### Commands

```shell
fp cvs:co [-d "directory path between $CVSROOT and backend symbolic link"]
fp cvs:st
fp cvs:up
fp cvs:ci -m "commit message"
fp cvs -c "CVS command"
```

### Use

`fp cvs` tasks identify CVS-revisioned files by searching for Fepper frontend
files with corresponding YAML configs and determining if there exist
corresponding backend files. To process additional CVS-revisioned files, create
a directory named `extend/custom/fp-cvs`, and a file within named `cvs.yml`, and
list them therein. Base it off the empty YAML file in this npm named
`default.cvs.yml`.