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 - Make Subversion API public
Summary: Make Subversion API public
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-02 13:41 UTC by nigjo_iqn
Modified: 2014-09-02 13:41 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.