# 使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop 安装 cvs

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

## 安装

```sh
sudo av install brew:cvs
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install cvs
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cvs
```

  证据: MacPorts ports tree: devel/cvs/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add cvs
```

  证据: Alpine Linux edge package indexes: cvs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install cvs
```

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

- dnf (92%):

```sh
sudo dnf install cvs
```

  证据: Fedora Rawhide package metadata: cvs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#cvs
```

  证据: nixpkgs package indexes: pkgs/by-name/cv/cvs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S cvs
```

  证据: Arch Linux sync databases: cvs from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install cvs
```

  证据: openSUSE Tumbleweed package metadata: cvs from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/cvs
```

  证据: Scoop official bucket manifest trees: bucket/cvs.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:cvs
- **软件包管理器:** Homebrew
- **版本:** 1.12.13
- **来源摘要:** Version control system
- **主页:** <https://www.nongnu.org/cvs/>
- **最后更新:** 2026-06-19T12:30:04-07:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- cvs (别名)
- cvsbug (别名)
- rcs2log (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

CVS, the Concurrent Versions System, is one of the classic networked version-control tools: it records source-file history in RCS-style files while adding shared repositories, remote clients, modules, branches, and multi-developer workflows.

### 项目历史

The official CVS manual traces the project back to shell scripts by Dick Grune posted to comp.sources.unix in July 1986, then to Brian Berliner's April 1989 design and implementation, with Jeff Polk later helping shape module and vendor-branch support.

### 采用历史

The CVS project page describes CVS as a production-quality system used around the world, including by many free software projects. That combination of anonymous read-only access, central repositories, and Unix-friendly command-line operation made it a normal part of open-source development before distributed systems became dominant.

### 使用方式

CVS users check out working directories, edit locally, then update, diff, commit, tag, branch, merge, import vendor drops, and inspect history through the cvs command. Administrators maintain repository-side CVSROOT files for policy, logging, access, and server behavior.

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

For package maintainers, CVS matters both as a historical dependency and as an archival interface: many older upstreams and import histories were built around CVS modules, RCS files, vendor branches, and anonymous pserver checkouts.

### 时间线

- 1986: Dick Grune posts CVS shell scripts to comp.sources.unix.
- 1989: Brian Berliner designs and codes CVS.
- 1990s-2000s: CVS becomes a common free-software source-control system.
- 2019: The nongnu.org CVS project page remains the official project and documentation hub.

### Related projects

- CVS builds on RCS file storage and influenced later centralized version-control workflows; CVS Utilities and CVSync are companion tools for working copies and repository mirroring.

### 来源

- <https://www.gnu.org/software/trans-coord/manual/cvs/cvs.html>
- <https://www.nongnu.org/cvs/>


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.cvsrc, $CVSROOT/CVSROOT/config

## Credential files

- Unix: ~/.cvspass, $CVSROOT/CVSROOT/passwd
## 其他软件包管理器记录

- Debian apt - cvs - 2:1.12.13+real-30: normalized package name match | Debian stable package indexes: cvs from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Concurrent Versions System | http://www.nongnu.org/cvs/
- Nix - cvs: normalized package name match | nixpkgs package indexes: pkgs/by-name/cv/cvs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - cvs - 2:1.12.13+real-30build1: normalized package name match | Ubuntu 24.04 LTS package indexes: cvs from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Concurrent Versions System | http://www.nongnu.org/cvs/
- apk - cvs - 1.12.13-r3: normalized package name match | Alpine Linux edge package indexes: cvs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Concurrent Versions System | https://www.nongnu.org/cvs/
- apk - cvs-doc - 1.12.13-r3: normalized package name match | Alpine Linux edge package indexes: cvs-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Concurrent Versions System (documentation) | https://www.nongnu.org/cvs/
- dnf - cvs - 1.11.23-78.fc45: normalized package name match | Fedora Rawhide package metadata: cvs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Concurrent Versions System | https://cvs.nongnu.org/
- dnf - cvs-contrib - 1.11.23-78.fc45: normalized package name match | Fedora Rawhide package metadata: cvs-contrib from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Unsupported contributions collected by CVS developers | https://cvs.nongnu.org/
- dnf - cvs-doc - 1.11.23-78.fc45: normalized package name match | Fedora Rawhide package metadata: cvs-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Additional documentation for Concurrent Versions System | https://cvs.nongnu.org/
- pacman - cvs - 1.11.23-16: normalized package name match | Arch Linux sync databases: cvs from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Source control | https://cvs.nongnu.org/
- zypper - cvs - 1.12.13-5.5: normalized package name match | openSUSE Tumbleweed package metadata: cvs from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Concurrent Versions System | https://www.nongnu.org/cvs/
- zypper - cvs-doc - 1.12.13-5.5: normalized package name match | openSUSE Tumbleweed package metadata: cvs-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Info pages and Open Source Development with CVS, 2nd Edition Book | https://www.nongnu.org/cvs/
- MacPorts - cvs: normalized package name match | MacPorts ports tree: devel/cvs/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/cvs: normalized package name match | Scoop official bucket manifest trees: bucket/cvs.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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


## 来源

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