CVS
When adding or configuring a CVS (Concurrent Versions System) repository, you can:
- Define repository details, as described below.
- Set Fisheye's repository options.
There are also the following CVS-specific actions:
既知の制限事項
- To add a CVS repository, Fisheye must have file system access to the repository. If you cannot install Fisheye on the same server as CVS, then use rsync to mirror the repository.
- Currently, Fisheye does not handle the $Log RCS expansion keyword correctly. Some diff results (and line numbers in diffs) may appear incorrect in files where $Log is used.
CVS repository setup
To add an external CVS repository to Fisheye:
- Click the 'cog' menu in the Fisheye header, and choose Administration (you'll need to be logged in as an administrator to see this link).
- Click Repositories (under 'Repository Settings').
- Click Add repository.
- Complete the wizard:
Repository Type | Choose CVS. |
表示名 | A name for this repository. The name may contain alphanumeric, underscore, '-' or '.' characters and its length must not exceed 100 characters. Note that a repository name is different from its key. See Renaming a repository for details. |
説明 | A short description of this repository. |
CVS Dir | The path to the CVS repository. This is often |
文字セット | The character set used to interpret and display text files. |
Enable immediately | Controls whether Fisheye will immediately enable this repository, which starts the initial scan. If you wish to do some further configuration before the scan starts, then select 'No'. You can enable a repository later from the Repository List. |