Documentation for FishEye 3.0.x. Documentation for other versions is available too.

When adding or configuring a CVS (Concurrent Versions System) repository, you can:

There are also the following CVS-specific actions:

Known Limitations

  • 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:

  1. Click the user menu in the FishEye header, and choose Administration. You will need to be logged in as an administrator to see this link.
  2. Click Repositories (under 'Repository Settings').
  3. Click Add Existing...
  4. Complete the wizard:
Repository TypeChoose CVS.

Name

A name for this repository. The name may contain alphanumeric, underscore, '-' or '.' characters. Use 'cvs' if you can't think of a better name.

Description

A short description of this repository.

CVS Dir

The path to the CVS repository. This is often /usr/local/cvsroot. This is a path in the server's file system.

Charset

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.

1 Comment

  1. Anonymous

    How to filter integrate the CVS objects with specific CVS Tag. In CVS objects can be manged by Tag and now i need to Review the

    oobjects under certain tag. How this can be achieved?