A Python client for CVS projects
Project description
pycvs
A python client for CVS repositories.
Yeah, I know that CVS is a hundred years old, but sometimes you are stick to work with it. This utility is your best buddy to help you out! :)
Advantages
- No password prompting
- Beautiful output
- Recursive addition
Dependencies
It runs only on Python 3 and depends on some libraries (available at PyPI):
- pexpect>=4.1.0
- colorama>=0.3.7
Installation
Install from PyPI:
pip3 install pycvs
Supported commands
This contains the current supported commands:
Checkout a brand new repository or update an existing one:
% pycvs checkout <repo>
Checking out repository repo
385 files checked out
70 directories checked out
% pycvs update <repo>
Get current status of a repository:
% cd my_repo
% pycvs status
On branch HEAD
Untracked files:
(use cvs add <file>... to add them for commit)
bla
Changes staged for commit:
(use cvs commit... to check them in)
./my_script.py
Add new files to repository. It works recursively:
% cd my_repo
% pycvs add foo/
Directory foo added
staging foo/bla to commit
staging foo/ble to commit
Diff the modified files from the server:
% pycvs diff [parameters]
(open a less windows with the differences in the unified syntax and colors)
Log the file history from the server:
% pycvs log [parameters]
(open a less windown with file's revisions, tags...)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pycvs-0.0.3.tar.gz
.
File metadata
- Download URL: pycvs-0.0.3.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d8ef9fc1800ccbe6f1ffb060ea5e67f8f811f7035e75bca2993fbefe2c1af50 |
|
MD5 | 684b22164f1baf48c8785a2f7ecd9d30 |
|
BLAKE2b-256 | c89961742c3faf053073805ca499b7e47ae37e0a9eb6e52eba8fd96e4f29e11d |
File details
Details for the file pycvs-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: pycvs-0.0.3-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f134ac9fd2bbcb5e72b8db7835d0cee0d87913760b6e2484a69fb5f3cceaf346 |
|
MD5 | 379dd240a51852063d258a8e285f9508 |
|
BLAKE2b-256 | b95f8dd8c59f1c837005f7dce2cf5a82759daa1a4e8ec81d06461e2eed5fa2bb |