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 231676 - Show warning message when incompatible JavaHL library is selected
Summary: Show warning message when incompatible JavaHL library is selected
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-23 09:48 UTC by host
Modified: 2013-06-23 09:48 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 host 2013-06-23 09:48:43 UTC
In the SVN preferences when I select JavaHL 1.8 as SVN client library and then click on the Apply button then the selection for the preferred client flips back directly to SvnKit.

Only when I investigate the messages.og now, I can see the following INFO (not even warning):

INFO [org.netbeans.libs.svnclientadapter]: Javahl client adapter is not available
Incompatible JavaHL library loaded.  Subversion 1.7.x required.
INFO [org.netbeans.modules.subversion.client.SvnClientFactory]: JavaHL not available. Falling back on SvnKit.
INFO [org.netbeans.modules.subversion.client.SvnClientFactory]: svnClientAdapter running on svnkit

So it would be great to have this as a warning message dialog/window popping up when trying to select such an incompatible library in the preferences (as well as mark this as WARN and not INFO in the logging).