@hackage / darcs-beta

a distributed, interactive, smart revision control system

Version Deprecated package2.7.99.2

About

Metadata

  • Last updated , by GaneshSittampalam
  • License LicenseRef-GPL
  • Categories Development
  • Maintained by: <darcs-users@darcs.net>

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Package Flags

Use the -f option with cabal commands to enable flags

    curl (on by default)

    Use libcurl for HTTP support.

    http (on by default)

    Use the pure Haskell HTTP package for HTTP support.

    static (off by default)

    Build static binary

    terminfo (on by default)

    Use the terminfo package for enhanced console support.

    threaded (on by default)

    Use threading and SMP support.

    library (on by default)

    Build darcs library

    executable (on by default)

    Build darcs executable

    color (on by default)

    Use ansi color escapes.

    mmap (on by default)

    Compile with mmap support.

    hpc (off by default)
    test (off by default)

    Build test harness

    optimize (on by default)

    Build with optimizations (-O2)

    warn-as-error (off by default)

    Build with warnings-as-errors

    force-char8-encoding (off by default)

    Allow base 4.5 or above on Unix. base 4.4 introduces a change in the behaviour of filenames that requires API calls in base 4.5 to workaround. So base 4.4 is not supported at all.

Readme

Darcs is a free, open source revision control system. It is:

  • Distributed: Every user has access to the full command set, removing boundaries between server and client or committer and non-committers.

  • Interactive: Darcs is easy to learn and efficient to use because it asks you questions in response to simple commands, giving you choices in your work flow. You can choose to record one change in a file, while ignoring another. As you update from upstream, you can review each patch name, even the full "diff" for interesting patches.

  • Smart: Originally developed by physicist David Roundy, darcs is based on a unique algebra of patches.

This smartness lets you respond to changing demands in ways that would otherwise not be possible. Learn more about spontaneous branches with darcs.