9b57f350e6
developers have lamented the fact that you can't pkg_add -r git and get the svn knob on by default. This port is meant to address that.
14 lines
699 B
Text
14 lines
699 B
Text
GIT is a "directory content manager" designed to handle absolutely massive
|
|
projects with speed and efficiency, and the release of the 2.6.12 (and later)
|
|
versions of the Linux kernel as well as more and more other projects switching
|
|
to it would indicate that it does this task well.
|
|
|
|
GIT falls in the category of distributed source code management tools, similar
|
|
to e.g. GNU Arch or Monotone (or, in the commercial world, BitKeeper). Every
|
|
GIT working directory is a full-fledged repository with full revision tracking
|
|
capabilities, not dependent on network access to a central server.
|
|
|
|
This version provides the necessary bindings to interact with a subversion
|
|
repository.
|
|
|
|
WWW: http://git-scm.org/
|