This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 246827

Summary: Make Subversion API public
Product: versioncontrol Reporter: nigjo_iqn
Component: SubversionAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description nigjo_iqn 2014-09-02 13:41:50 UTC
I don't know if this is the correct product or "platform" is a better choice. However.

The current Subversion Implementation (including svnClientAdapter) has only friend access to each other. As I want to access some information from the local working copy to do some things I don't want to integrate another svn client to my NetBeans IDE/RCP as there is already one. But I am not allowed to access this "client".

May be there was a good reason to hide the svn client through the versioning API, but it is very annoying if you want to extend the IDE/RCP.