Extensible SVN Connector for Eclipse Subversive plug-in
Eclipse's Subversive plug-ins allow usage of the Subversion version control from within your Eclipse workspace, however these plug-ins require a SVN connector in order to work.
This connector is based on the SVKit toolkit, which in itslef is a pure Java based SVN library.
Apart from offering Subversion functionality this connector also allows you to extend and plugin your own custom conflict resolution handler, using Eclipse's extension points.
For more information see the Wiki.
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Creates a deep copy of a subversion repository item.
The subversion copy command "svn cp" does not include svn:externals into the copy. This behaviour leads sometimes to mistakes during creation of branches or tags.
The svn-deepcopy tool overcomes this problem by including external references into the branch or tag. In contrast to other tools, svn-deepcopy preserves the revision history.
Commit Warning Checker is a small eclipse plugin that lets you check not to commit warnings into repository. Currently it works with Java and SVN only.