netbeans 9 - svn support broken on macOs?
The backdrop story
On macOs I have always depended on svnKit for SVN support in netbeans, as it just works out of the box even without svn installed. However as of Netbeans 9, svnKit support is broken with no intention to fix - see NETBEANS-1302:
... svnkit integration has been disabled, because some parts of it are
under licenses that are not allowed in an ASF project ...
So I need to fallback to installed CLI versions.
My Problem
However after installing SVN (subversion.apache.org), I still get the dialog box with "SVN Command Failed" asking me to install or point to an already installed version.
I have it installed two different ways, the apple developer command line tools (svn 1.10.0), and through brew (svn 1.10.2).
I point netbeans to either /usr/bin
or /usr/local/bin
- but it fails to pick up the already installed svn cli.
Anything I am doing wrong? It must be working because I am referred to it by others? Or maybe only broken on macOs?
Note: this question is not about SvnKit support being broken: It is known that SvnKit is broken, and there is no intent to fix. So any question about SvnKit support in Netbeans 9 is right now pointless. The question is about integration with a true SVN client - I am not able to get that to work either on macOS.
macos svn netbeans netbeans-9
add a comment |
The backdrop story
On macOs I have always depended on svnKit for SVN support in netbeans, as it just works out of the box even without svn installed. However as of Netbeans 9, svnKit support is broken with no intention to fix - see NETBEANS-1302:
... svnkit integration has been disabled, because some parts of it are
under licenses that are not allowed in an ASF project ...
So I need to fallback to installed CLI versions.
My Problem
However after installing SVN (subversion.apache.org), I still get the dialog box with "SVN Command Failed" asking me to install or point to an already installed version.
I have it installed two different ways, the apple developer command line tools (svn 1.10.0), and through brew (svn 1.10.2).
I point netbeans to either /usr/bin
or /usr/local/bin
- but it fails to pick up the already installed svn cli.
Anything I am doing wrong? It must be working because I am referred to it by others? Or maybe only broken on macOs?
Note: this question is not about SvnKit support being broken: It is known that SvnKit is broken, and there is no intent to fix. So any question about SvnKit support in Netbeans 9 is right now pointless. The question is about integration with a true SVN client - I am not able to get that to work either on macOS.
macos svn netbeans netbeans-9
Same here on Archlinux. NetBeans 9 is a catastrophe.
– Peter
Nov 27 at 13:32
add a comment |
The backdrop story
On macOs I have always depended on svnKit for SVN support in netbeans, as it just works out of the box even without svn installed. However as of Netbeans 9, svnKit support is broken with no intention to fix - see NETBEANS-1302:
... svnkit integration has been disabled, because some parts of it are
under licenses that are not allowed in an ASF project ...
So I need to fallback to installed CLI versions.
My Problem
However after installing SVN (subversion.apache.org), I still get the dialog box with "SVN Command Failed" asking me to install or point to an already installed version.
I have it installed two different ways, the apple developer command line tools (svn 1.10.0), and through brew (svn 1.10.2).
I point netbeans to either /usr/bin
or /usr/local/bin
- but it fails to pick up the already installed svn cli.
Anything I am doing wrong? It must be working because I am referred to it by others? Or maybe only broken on macOs?
Note: this question is not about SvnKit support being broken: It is known that SvnKit is broken, and there is no intent to fix. So any question about SvnKit support in Netbeans 9 is right now pointless. The question is about integration with a true SVN client - I am not able to get that to work either on macOS.
macos svn netbeans netbeans-9
The backdrop story
On macOs I have always depended on svnKit for SVN support in netbeans, as it just works out of the box even without svn installed. However as of Netbeans 9, svnKit support is broken with no intention to fix - see NETBEANS-1302:
... svnkit integration has been disabled, because some parts of it are
under licenses that are not allowed in an ASF project ...
So I need to fallback to installed CLI versions.
My Problem
However after installing SVN (subversion.apache.org), I still get the dialog box with "SVN Command Failed" asking me to install or point to an already installed version.
I have it installed two different ways, the apple developer command line tools (svn 1.10.0), and through brew (svn 1.10.2).
I point netbeans to either /usr/bin
or /usr/local/bin
- but it fails to pick up the already installed svn cli.
Anything I am doing wrong? It must be working because I am referred to it by others? Or maybe only broken on macOs?
Note: this question is not about SvnKit support being broken: It is known that SvnKit is broken, and there is no intent to fix. So any question about SvnKit support in Netbeans 9 is right now pointless. The question is about integration with a true SVN client - I am not able to get that to work either on macOS.
macos svn netbeans netbeans-9
macos svn netbeans netbeans-9
edited Nov 8 at 17:43
asked Nov 5 at 23:41
YoYo
4,88723659
4,88723659
Same here on Archlinux. NetBeans 9 is a catastrophe.
– Peter
Nov 27 at 13:32
add a comment |
Same here on Archlinux. NetBeans 9 is a catastrophe.
– Peter
Nov 27 at 13:32
Same here on Archlinux. NetBeans 9 is a catastrophe.
– Peter
Nov 27 at 13:32
Same here on Archlinux. NetBeans 9 is a catastrophe.
– Peter
Nov 27 at 13:32
add a comment |
2 Answers
2
active
oldest
votes
The problem is the SVN version. Netbeans 9 does not support it (see NETBEANS-771...)
There is a patch of org-netbeans-modules-subversion.jar
in that thread that supposedly fixes the issue.
add a comment |
I tried the new org-netbeans-modules-subversion.jar provided in NETBEANS-771 but it made no difference on my Mac.
Product Version: Apache NetBeans IDE 9.0 (Build incubator-netbeans-release-334-on-20180708)
Java: 1.8.0_191; Java HotSpot(TM) 64-Bit Server VM 25.191-b12
Runtime: Java(TM) SE Runtime Environment 1.8.0_191-b12
System: Mac OS X version 10.14.1 running on x86_64; UTF-8; en_US (nb)
svn --version
svn, version 1.10.0 (r1827917)
compiled Sep 25 2018, 18:25:22 on x86_64-apple-darwin17.0.0
Make sure that this finding is logged in the JIRA
– YoYo
Dec 5 at 18:21
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53163895%2fnetbeans-9-svn-support-broken-on-macos%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The problem is the SVN version. Netbeans 9 does not support it (see NETBEANS-771...)
There is a patch of org-netbeans-modules-subversion.jar
in that thread that supposedly fixes the issue.
add a comment |
The problem is the SVN version. Netbeans 9 does not support it (see NETBEANS-771...)
There is a patch of org-netbeans-modules-subversion.jar
in that thread that supposedly fixes the issue.
add a comment |
The problem is the SVN version. Netbeans 9 does not support it (see NETBEANS-771...)
There is a patch of org-netbeans-modules-subversion.jar
in that thread that supposedly fixes the issue.
The problem is the SVN version. Netbeans 9 does not support it (see NETBEANS-771...)
There is a patch of org-netbeans-modules-subversion.jar
in that thread that supposedly fixes the issue.
answered Nov 27 at 16:03
Johny
335311
335311
add a comment |
add a comment |
I tried the new org-netbeans-modules-subversion.jar provided in NETBEANS-771 but it made no difference on my Mac.
Product Version: Apache NetBeans IDE 9.0 (Build incubator-netbeans-release-334-on-20180708)
Java: 1.8.0_191; Java HotSpot(TM) 64-Bit Server VM 25.191-b12
Runtime: Java(TM) SE Runtime Environment 1.8.0_191-b12
System: Mac OS X version 10.14.1 running on x86_64; UTF-8; en_US (nb)
svn --version
svn, version 1.10.0 (r1827917)
compiled Sep 25 2018, 18:25:22 on x86_64-apple-darwin17.0.0
Make sure that this finding is logged in the JIRA
– YoYo
Dec 5 at 18:21
add a comment |
I tried the new org-netbeans-modules-subversion.jar provided in NETBEANS-771 but it made no difference on my Mac.
Product Version: Apache NetBeans IDE 9.0 (Build incubator-netbeans-release-334-on-20180708)
Java: 1.8.0_191; Java HotSpot(TM) 64-Bit Server VM 25.191-b12
Runtime: Java(TM) SE Runtime Environment 1.8.0_191-b12
System: Mac OS X version 10.14.1 running on x86_64; UTF-8; en_US (nb)
svn --version
svn, version 1.10.0 (r1827917)
compiled Sep 25 2018, 18:25:22 on x86_64-apple-darwin17.0.0
Make sure that this finding is logged in the JIRA
– YoYo
Dec 5 at 18:21
add a comment |
I tried the new org-netbeans-modules-subversion.jar provided in NETBEANS-771 but it made no difference on my Mac.
Product Version: Apache NetBeans IDE 9.0 (Build incubator-netbeans-release-334-on-20180708)
Java: 1.8.0_191; Java HotSpot(TM) 64-Bit Server VM 25.191-b12
Runtime: Java(TM) SE Runtime Environment 1.8.0_191-b12
System: Mac OS X version 10.14.1 running on x86_64; UTF-8; en_US (nb)
svn --version
svn, version 1.10.0 (r1827917)
compiled Sep 25 2018, 18:25:22 on x86_64-apple-darwin17.0.0
I tried the new org-netbeans-modules-subversion.jar provided in NETBEANS-771 but it made no difference on my Mac.
Product Version: Apache NetBeans IDE 9.0 (Build incubator-netbeans-release-334-on-20180708)
Java: 1.8.0_191; Java HotSpot(TM) 64-Bit Server VM 25.191-b12
Runtime: Java(TM) SE Runtime Environment 1.8.0_191-b12
System: Mac OS X version 10.14.1 running on x86_64; UTF-8; en_US (nb)
svn --version
svn, version 1.10.0 (r1827917)
compiled Sep 25 2018, 18:25:22 on x86_64-apple-darwin17.0.0
answered Dec 4 at 20:08
Harry Delugach
113
113
Make sure that this finding is logged in the JIRA
– YoYo
Dec 5 at 18:21
add a comment |
Make sure that this finding is logged in the JIRA
– YoYo
Dec 5 at 18:21
Make sure that this finding is logged in the JIRA
– YoYo
Dec 5 at 18:21
Make sure that this finding is logged in the JIRA
– YoYo
Dec 5 at 18:21
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53163895%2fnetbeans-9-svn-support-broken-on-macos%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Same here on Archlinux. NetBeans 9 is a catastrophe.
– Peter
Nov 27 at 13:32