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

    Исходный пакет: cvs
    Версия: 1.11.23-alt7
    Собран:  20 февраля 2019 г. 5:41 в задании #221902
    Сообщить об ошибке в пакете
    Домашняя страница: 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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    cvs (x86_64, i586, aarch64)
    cvs-contrib (noarch)
    cvs-debuginfo (x86_64, i586, aarch64)
    cvs-doc (noarch)
    cvs-pserver (noarch)

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

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

      1. makeinfo
      2. groupdel-cvsadmin
      3. zlib-devel

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


    18 октября 2018 г. Dmitry V. Levin 1.11.23-alt7
    - Fixed %check.
    18 января 2016 г. Michael Shigorin 1.11.23-alt6
    - Applied patch for upstream bug #39166:
      doc/cvs.texinfo is missing @sp argument.
    - BR: makeinfo.
    5 декабря 2011 г. Dmitry V. Levin 1.11.23-alt5
    - Worked around timestamp issues in test suite.