Re: What happened to SVN?

2018-06-22 Thread Peter Nabbefeld



HiEmilian,

thank You for clarifying this! But if JavaHL could be used, why is it 
disabled then? And, if SVN is disabled, there should probably be a hint 
somewhere?


Another question: Which features is JavaHL missing?

Kind regards
Peter



Am 22.06.2018 um 18:27 schrieb Emilian Bold:

One of the SVN libraries NetBeans depends on is GPL.

Apache Software Foundation does not allow GPL dependencies, so we disabled that 
one.

 From looking here: https://github.com/subclipse/svnclientadapter I see there's 
3 implementations:

* JavaHL - (http://subversion.apache.org/docs/)
* Command Line - (http://subversion.apache.org/packages.html)
* SVNKit - (http://svnkit.com)

I believe we only have JavaHL nowadays and disabled SVNKit. Not sure about 
Command Line...

--emi

‐‐‐ Original Message ‐‐‐

On 22 June 2018 4:23 PM, Peter Nabbefeld  wrote:


Hi Geertjan,

latest, of course.  ;-)

Running release build 316 on JDK 9 on Linux, not possible to insert any

repo address since the svn binary is asked for, regardless of options

configuration, so doesn't matter. Installed binary is svn 1.10.

With 8.x I didn't have any problems.

Kind regards

Peter

Am 22.06.2018 um 14:44 schrieb Geertjan Wielenga:


Which version of NetBeans, which JDK, which operating system, which

SVN repo, which URL...

Gj

On Friday, June 22, 2018, Peter Nabbefeld mailto:peter.nabbef...@gmx.de> wrote:

 Hello,
 
 what happened to SVN? When trying to checkout some source, I'm

 stucking asked for where the binary is, even if I select Java-HL
 (which is AFAIK a library use by NB).
 
 Kind regards

 Peter
 
 -

 To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
 
 For additional commands, e-mail: users-h...@netbeans.apache.org
 
 
 For further information about the NetBeans mailing lists, visit:

 https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
 
 

--

To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org

For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:

https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: What happened to SVN?

2018-06-22 Thread Emilian Bold
One of the SVN libraries NetBeans depends on is GPL.

Apache Software Foundation does not allow GPL dependencies, so we disabled that 
one.

>From looking here: https://github.com/subclipse/svnclientadapter I see there's 
>3 implementations:

* JavaHL - (http://subversion.apache.org/docs/)
* Command Line - (http://subversion.apache.org/packages.html)
* SVNKit - (http://svnkit.com)

I believe we only have JavaHL nowadays and disabled SVNKit. Not sure about 
Command Line...

--emi

‐‐‐ Original Message ‐‐‐

On 22 June 2018 4:23 PM, Peter Nabbefeld  wrote:

> Hi Geertjan,
> 
> latest, of course.  ;-)
> 
> Running release build 316 on JDK 9 on Linux, not possible to insert any
> 
> repo address since the svn binary is asked for, regardless of options
> 
> configuration, so doesn't matter. Installed binary is svn 1.10.
> 
> With 8.x I didn't have any problems.
> 
> Kind regards
> 
> Peter
> 
> Am 22.06.2018 um 14:44 schrieb Geertjan Wielenga:
> 
> > Which version of NetBeans, which JDK, which operating system, which
> > 
> > SVN repo, which URL...
> > 
> > Gj
> > 
> > On Friday, June 22, 2018, Peter Nabbefeld  > 
> > mailto:peter.nabbef...@gmx.de> wrote:
> > 
> > Hello,
> > 
> > what happened to SVN? When trying to checkout some source, I'm
> > stucking asked for where the binary is, even if I select Java-HL
> > (which is AFAIK a library use by NB).
> > 
> > Kind regards
> > Peter
> > 
> > -
> > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> > 
> > For additional commands, e-mail: users-h...@netbeans.apache.org
> > 
> > 
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > 
> > 
> 
> --
> 
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> 
> For additional commands, e-mail: users-h...@netbeans.apache.org
> 
> For further information about the NetBeans mailing lists, visit:
> 
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: What happened to SVN?

2018-06-22 Thread Geertjan Wielenga
Which version of NetBeans, which JDK, which operating system, which SVN
repo, which URL...

Gj

On Friday, June 22, 2018, Peter Nabbefeld  wrote:

>
> Hello,
>
> what happened to SVN? When trying to checkout some source, I'm stucking
> asked for where the binary is, even if I select Java-HL (which is AFAIK a
> library use by NB).
>
> Kind regards
> Peter
>
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>


What happened to SVN?

2018-06-22 Thread Peter Nabbefeld



Hello,

what happened to SVN? When trying to checkout some source, I'm stucking 
asked for where the binary is, even if I select Java-HL (which is AFAIK 
a library use by NB).


Kind regards
Peter

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists