From 9e9dc4b7decef7986d4ab6a96e41e1c31aa896db Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 16 Feb 2007 06:50:54 +0000 Subject: 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 --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') 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 -- cgit