diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-08-17 22:01:07 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-08-17 22:01:07 +0000 |
commit | 0d3e362811c30c359091847e87a39f74a8812588 (patch) | |
tree | c8548cf578b8c91e6c3274c91ce00e0b7c28c6ca /devel/tla/pkg-descr | |
parent | d100383ce723d0fa91b8777fe02651e97bc75120 (diff) | |
download | ports-0d3e362811c30c359091847e87a39f74a8812588.tar.gz ports-0d3e362811c30c359091847e87a39f74a8812588.zip |
Notes
Diffstat (limited to 'devel/tla/pkg-descr')
-rw-r--r-- | devel/tla/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/tla/pkg-descr b/devel/tla/pkg-descr new file mode 100644 index 000000000000..f04a44f5469c --- /dev/null +++ b/devel/tla/pkg-descr @@ -0,0 +1,9 @@ +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 don't have write access to the +revision control archives for those projects. + +WWW: http://arch.fifthvision.net/bin/view |