diff options
author | ale <ale@FreeBSD.org> | 2007-02-16 14:50:54 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2007-02-16 14:50:54 +0800 |
commit | 9e9dc4b7decef7986d4ab6a96e41e1c31aa896db (patch) | |
tree | 159fca09cb260ac9cf9880ea033c443361076663 /devel/Makefile | |
parent | 530dc3a644becb5c8e6b5aa1e8500249552218fe (diff) | |
download | freebsd-ports-gnome-9e9dc4b7decef7986d4ab6a96e41e1c31aa896db.tar.gz freebsd-ports-gnome-9e9dc4b7decef7986d4ab6a96e41e1c31aa896db.tar.zst freebsd-ports-gnome-9e9dc4b7decef7986d4ab6a96e41e1c31aa896db.zip |
The Subversive project is a brand new Eclipse plug-in that provides
Subversion support. From a user point of view, Subversive provides
Subversion support similar to CVS support, which is already part of
the standard Eclipse platform.
The main use cases, which are familiar to CVS users, are:
* Connection to the repository using different connection types
* Repository browsing
* Check-out
* Synchronization
* Commiting
* Update
* Resolving conflicts
* Adding to the list of ignored resources
WWW: http://www.polarion.org/index.php?page=overview&project=subversive
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index e0beedae8818..9c2899beea84 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2027,6 +2027,7 @@ SUBDIR += subversion-perl SUBDIR += subversion-python SUBDIR += subversion-ruby + SUBDIR += subversive SUBDIR += sunterlib SUBDIR += svk SUBDIR += svndelta |