Пакет cvs: Информация

    Бинарный пакет: cvs
    Версия: 1.11.23-alt9
    Архитектура: i586
    Собран:  2 июля 2023 г. 3:27 в задании #324081
    Исходный пакет: cvs
    Сообщить об ошибке в пакете
    Загрузка: cvs-1.11.23-alt9.i586.rpm
    Домашняя страница: http://www.nongnu.org/cvs/

    Лицензия: GPLv2+
    О пакете: A version control system
    Описание: 
    CVS means Concurrent Version System; it is a version control
    system which can record the history of your files (usually,
    but not always, source code).  CVS only stores the differences
    between versions, instead of every version of every file
    you've ever created.  CVS also keeps a log of who, when and
    why changes occurred, among other aspects.
    
    CVS is very helpful for managing releases and controlling
    the concurrent editing of source files among multiple
    authors.  Instead of providing version control for a
    collection of files in a single directory, CVS provides
    version control for a hierarchical collection of
    directories consisting of revision controlled files.
    
    These directories and files can then be combined together
    to form a software release.

    Сопровождающий: Dmitry V. Levin

    Список участников:
    Dmitry V. Levin
    Michael Shigorin

    Права:
    Dmitry V. Levin
    @qa

    Последнее изменение


    1 июля 2023 г. Dmitry V. Levin 1.11.23-alt9
    - cvs history: fixed potential heap write out of bounds.
    31 июля 2022 г. Dmitry V. Levin 1.11.23-alt8
    - Replaced "egrep" with "grep -E", "fgrep" with "grep -F".
    18 октября 2018 г. Dmitry V. Levin 1.11.23-alt7
    - Fixed %check.