Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/electric-eloquence/fp-cvs
- Owner: electric-eloquence
- License: mit
- Created: 2016-06-17T13:54:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T06:12:28.000Z (3 months ago)
- Last Synced: 2024-11-11T07:20:58.722Z (3 months ago)
- Topics: cvs, deprecated, fepper
- Language: JavaScript
- Homepage: https://fepper.io/
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.