SVN Viewer

Hi,

Do you know if there is a plugin for svn viewer available or equivalent? I search a developpement which integrate a view svn in Vaadin composante.

Thanks

If you refer to a Vaadin component/view of some kind, I don’t think there is a ready made one out on the market yet.

To get this feature you’d probably have to create your own component. It would not necessarily require any new client-side widgets, but if you like to have it as a single Vaadin component, you’d have to make some kind of wrapper on the server side. That’s just pure Java code. There are pura Java SVN libraries which could be used on the server-side for the logic, e.g.
SVNKit

thanks,
In fact with API and Vaadin for presentation layout, we can do something…