|
|
|
|
|
Posted by: Anonymous -
on Monday, March 06, 2006 - 10:02 PM |
| |
|
The Subversive project is a brand new Eclipse plug-in which 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 Subversion using different connection methods
* Repository browsing and modification
* Checkout
* Synchronize
* Commit
* Update
* Resolve conflicts
* Add to list of ignored resources
JavaSVN open-source library is used for interaction with Subversion. After comparison with other tools that use JavaSVN, the Subversive team together with the JavaSVN team extended standard Subversion API. This improvement gives Subversive an advantage compared with other native and Java-based Subversion clients. The following solutions, now available in Subversive, are not present in other Subversion clients because of its standard API limitations.
A more detailed feature set could be found here:
http://www.polarion.org/p_subversive_features.php
You can download it for free from:
Standard download: http://www.polarion.org/p_subversive_download.php
Eclipse update: http://www.polarion.org/download/p_subversive/update-site/
Please report your experience, wishes, improvements in dedicated Subversive Forum on our community site:
http://forums.polarion.org/viewforum.php?f=8
|
|
|
| |
|