# 使用 Homebrew, apt 安装 cvsutils

查看 cvsutils 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:cvsutils
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install cvsutils
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install cvsutils
```

  证据: Debian stable package indexes: cvsutils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## 软件包事实

- **软件包键:** brew:cvsutils
- **软件包管理器:** Homebrew
- **版本:** 0.2.6
- **来源摘要:** CVS utilities for use in working directories
- **主页:** <https://www.red-bean.com/cvsutils/>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- cvschroot (别名)
- cvsco (别名)
- cvsdiscard (别名)
- cvsdo (别名)
- cvspurge (别名)
- cvstrim (别名)
- cvsu (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.2.6
## 项目历史与用法

CVS Utilities is a small collection of mostly Perl scripts for managing CVS working directories, especially when a developer wants useful local status, cleanup, and patch workflows without contacting the CVS server.

### 项目历史

The official page credits Tom Tromey with the original code and Pavel Roskin with later changes. Its current public release line culminates in version 0.2.6, released on 2013-05-31.

The project grew around CVS's client-server model. CVS keeps full version history on the server while the client working directory contains the checked-out files and derived build products, so CVS Utilities focused on the local working-copy side: finding tracked and untracked files, purging generated files, changing CVS administrative metadata, and producing cleaner patches.

### 采用历史

CVS Utilities reflects the era when CVS was described by its own project page as the de facto version-control system for open source software, even while the page advised new projects to consider Subversion. Its adoption was tied to developers maintaining CVS trees over both slow and fast network connections, where local inspection and cleanup commands saved time.

### 使用方式

The tools are used inside CVS working directories to inspect local file state, erase or move derived files, switch CVS root metadata, discard local changes, run CVS commands over discovered files, and create patches with less irrelevant backup-file, RCS-path, or ChangeLog noise than a raw cvs diff workflow.

### 为什么软件包爱好者会关心

The package is interesting because it preserves the tooling culture around CVS rather than CVS itself. Its small command-line helpers document the practical friction of centralized version control before distributed systems became dominant.

### 时间线

- 1990s-2000s: CVS working-copy workflows become common in open-source development.
- 2013: CVS Utilities 0.2.6 is released on 2013-05-31.
- 2013: The official project page documents the scripts, closed mailing list, and maintainer credits.

### Related projects

- CVS Utilities is directly tied to CVS and its working-copy administrative files.
- The official page mentions Subversion as the recommended alternative for new projects at the time the page was written.

### 来源

- <https://www.red-bean.com/cvsutils/>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- Debian apt - cvsutils - 0.2.6-1: normalized package name match | Debian stable package indexes: cvsutils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | CVS utilities for use in working directories | https://www.red-bean.com/cvsutils/
- Ubuntu apt - cvsutils - 0.2.6-1: normalized package name match | Ubuntu 24.04 LTS package indexes: cvsutils from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | CVS utilities for use in working directories | https://www.red-bean.com/cvsutils/


## Combined YAML source

View the package source record on GitHub. [combined/cvsutils.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cvsutils.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
