mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
726c3db644
PR: 161654 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
9 lines
500 B
Plaintext
9 lines
500 B
Plaintext
Arch is a really nifty revision control system. It's "whole-tree changeset
|
|
based" which means, roughly, that it can handle (with atomic commits) file
|
|
and directory adds, deletes, and renames cleanly, and that it does branching
|
|
simply and easily. Arch is also "distributed" which means, for example that
|
|
you can make arch branches of your own from remote projects, even if you do
|
|
not have write access to the revision control archives for those projects.
|
|
|
|
WWW: http://www.gnu.org/software/gnu-arch/
|