freebsd-ports/devel/bitkeeper/pkg-descr
Cy Schubert 5264c4de1a Welcome new bitkeeper port. Bitkeeper is a distributed VCS, used by
projects such as nwtime.org, the maintainers of ntp.

The port was orignally written by pfg. I applied tiny bit of spit and
polish to DEPENDS to bring it into the ports tree.

Obtained from:	pfg
2020-04-21 02:29:46 +00:00

18 lines
949 B
Text

BitKeeper is a fast, enterprise-ready, distributed SCM that scales
up to very large projects and down to tiny ones.
Features
* Simple: An easy to use command line interface.
* Scalable: Nested Repositories are submodules done right! Version
control collections of repositories.
* Flexible: Hybrid mode for binary files that uses a cloud of server for
binaries instead of bloating the source repositories.
* Accurate: Tracking of file operations like creates, deletes, and renames.
* Safe: All file accesses validate checksums for integrity. All file
writes include redundancy for error correction.
* Dependable: Highly accurate auto-merge that uses the whole history to
resolve conflicts. Most other systems use variations of diff3.
* Discernable: Source annotations instantly available.
* Fast: High performance and scales to very large repositories.
* Free: Licensed under the Apache Version 2 license
WWW: http://www.bitkeeper.org/