[jira] [Updated] (NETBEANS-771) Support for SubVersion CLI client version 1.10

2019-06-05 Thread Tilman Hausherr (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated NETBEANS-771:
-
Issue Type: Bug  (was: Wish)

> Support for SubVersion CLI client version 1.10
> --
>
> Key: NETBEANS-771
> URL: https://issues.apache.org/jira/browse/NETBEANS-771
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Subversion
>Affects Versions: 8.2, 9.0
>Reporter: Petr Hadraba
>Priority: Major
> Fix For: 9.0
>
> Attachments: org-netbeans-modules-subversion.jar, 
> org-netbeans-modules-subversion.jar
>
>
> SubVersion CLI client version 1.10 does not work in NetBeans 9.0.
> The following message appears in NetBeans log when invoking refresh in 
> SubVersion panel:
> {{ INFO [org.netbeans.modules.subversion]: Commandline client version: 1.10.0 
> (r1827917)}}
>  {{ WARNING [org.netbeans.modules.subversion]: Unsupported svn version. You 
> need >= 1.5}}
>  {{ WARNING [org.netbeans.modules.subversion.client.SvnClientFactory]: 
> executable binary path set to /opt/local/bin yet client not available.}}
> The dialog box appears and says:
>  
> {{1. Download and Install Subversion 1.8 or later 
> ([http://subversion.apache.org/packages.html]). }}
>  \{{ 2. Add it to PATH. }}
>  \{{ Test the installation by running 'svn --version' from a command line }}
>  \{{ 3. Restart the IDE.}}
> My SubVersion is the latest version:
> {\{ localhost:~ petr$ which svn}}
>  \{{ /opt/local/bin/svn}}
>  \{{ localhost:~ petr$ svn --version}}
>  \{{ svn, version 1.10.0 (r1827917)}}
>  \{{    compiled Apr 18 2018, 01:35:41 on x86_64-apple-darwin17.4.0}}
>  \{{  }}
>  \{{ Copyright (C) 2018 The Apache Software Foundation.}}
>  \{{ This software consists of contributions made by many people;}}
>  \{{ see the NOTICE file for more information.}}
>  {{ Subversion is open source software, see [http://subversion.apache.org/]}}
>  \{{  }}
>  \{{ The following repository access (RA) modules are available:}}
>  \{{  }}
>  * {{ra_svn : Module for accessing a repository using the svn network 
> protocol.}}{\{   - with Cyrus SASL authentication}}\{{   - handles 'svn' 
> scheme}}
>  * {{ra_local : Module for accessing a repository on local disk.}}{\{   - 
> handles 'file' scheme}}
>  * {{ra_serf : Module for accessing a repository via WebDAV protocol using 
> serf.}}{\{   - using serf 1.3.9 (compiled with 1.3.8)}}\{{   - handles 'http' 
> scheme}}\{{   - handles 'https' scheme}}\{{  }}\{{ The following 
> authentication credential caches are available:}}\{{  }}
>  * {{Plaintext cache in /Users/petr/.subversion}}
>  * {{GPG-Agent}}
>  * {{Mac OS X Keychain}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-771) Support for SubVersion CLI client version 1.10

2019-06-05 Thread Tilman Hausherr (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated NETBEANS-771:
-
Affects Version/s: 8.2

> Support for SubVersion CLI client version 1.10
> --
>
> Key: NETBEANS-771
> URL: https://issues.apache.org/jira/browse/NETBEANS-771
> Project: NetBeans
>  Issue Type: Wish
>  Components: versioncontrol - Subversion
>Affects Versions: 8.2, 9.0
>Reporter: Petr Hadraba
>Priority: Major
> Fix For: 9.0
>
> Attachments: org-netbeans-modules-subversion.jar, 
> org-netbeans-modules-subversion.jar
>
>
> SubVersion CLI client version 1.10 does not work in NetBeans 9.0.
> The following message appears in NetBeans log when invoking refresh in 
> SubVersion panel:
> {{ INFO [org.netbeans.modules.subversion]: Commandline client version: 1.10.0 
> (r1827917)}}
>  {{ WARNING [org.netbeans.modules.subversion]: Unsupported svn version. You 
> need >= 1.5}}
>  {{ WARNING [org.netbeans.modules.subversion.client.SvnClientFactory]: 
> executable binary path set to /opt/local/bin yet client not available.}}
> The dialog box appears and says:
>  
> {{1. Download and Install Subversion 1.8 or later 
> ([http://subversion.apache.org/packages.html]). }}
>  \{{ 2. Add it to PATH. }}
>  \{{ Test the installation by running 'svn --version' from a command line }}
>  \{{ 3. Restart the IDE.}}
> My SubVersion is the latest version:
> {\{ localhost:~ petr$ which svn}}
>  \{{ /opt/local/bin/svn}}
>  \{{ localhost:~ petr$ svn --version}}
>  \{{ svn, version 1.10.0 (r1827917)}}
>  \{{    compiled Apr 18 2018, 01:35:41 on x86_64-apple-darwin17.4.0}}
>  \{{  }}
>  \{{ Copyright (C) 2018 The Apache Software Foundation.}}
>  \{{ This software consists of contributions made by many people;}}
>  \{{ see the NOTICE file for more information.}}
>  {{ Subversion is open source software, see [http://subversion.apache.org/]}}
>  \{{  }}
>  \{{ The following repository access (RA) modules are available:}}
>  \{{  }}
>  * {{ra_svn : Module for accessing a repository using the svn network 
> protocol.}}{\{   - with Cyrus SASL authentication}}\{{   - handles 'svn' 
> scheme}}
>  * {{ra_local : Module for accessing a repository on local disk.}}{\{   - 
> handles 'file' scheme}}
>  * {{ra_serf : Module for accessing a repository via WebDAV protocol using 
> serf.}}{\{   - using serf 1.3.9 (compiled with 1.3.8)}}\{{   - handles 'http' 
> scheme}}\{{   - handles 'https' scheme}}\{{  }}\{{ The following 
> authentication credential caches are available:}}\{{  }}
>  * {{Plaintext cache in /Users/petr/.subversion}}
>  * {{GPG-Agent}}
>  * {{Mac OS X Keychain}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-771) Support for SubVersion CLI client version 1.10

2018-09-19 Thread Dalton Notetech (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dalton Notetech updated NETBEANS-771:
-
Fix Version/s: 9.0

> Support for SubVersion CLI client version 1.10
> --
>
> Key: NETBEANS-771
> URL: https://issues.apache.org/jira/browse/NETBEANS-771
> Project: NetBeans
>  Issue Type: Wish
>  Components: versioncontrol - Subversion
>Affects Versions: 9.0
>Reporter: Petr Hadraba
>Priority: Major
> Fix For: 9.0
>
> Attachments: org-netbeans-modules-subversion.jar, 
> org-netbeans-modules-subversion.jar
>
>
> SubVersion CLI client version 1.10 does not work in NetBeans 8.2.
> The following message appears in NetBeans log when invoking refresh in 
> SubVersion panel:
> {{ INFO [org.netbeans.modules.subversion]: Commandline client version: 1.10.0 
> (r1827917)}}
> {{ WARNING [org.netbeans.modules.subversion]: Unsupported svn version. You 
> need >= 1.5}}
> {{ WARNING [org.netbeans.modules.subversion.client.SvnClientFactory]: 
> executable binary path set to /opt/local/bin yet client not available.}}
> The dialog box appears and says:
>  
> {{1. Download and Install Subversion 1.8 or later 
> ([http://subversion.apache.org/packages.html]). }}
> {{ 2. Add it to PATH. }}
> {{ Test the installation by running 'svn --version' from a command line }}
> {{ 3. Restart the IDE.}}
> My SubVersion is the latest version:
> {{ localhost:~ petr$ which svn}}
> {{ /opt/local/bin/svn}}
> {{ localhost:~ petr$ svn --version}}
> {{ svn, version 1.10.0 (r1827917)}}
> {{    compiled Apr 18 2018, 01:35:41 on x86_64-apple-darwin17.4.0}}
> {{  }}
> {{ Copyright (C) 2018 The Apache Software Foundation.}}
> {{ This software consists of contributions made by many people;}}
> {{ see the NOTICE file for more information.}}
> {{ Subversion is open source software, see [http://subversion.apache.org/]}}
> {{  }}
> {{ The following repository access (RA) modules are available:}}
> {{  }}
>  * {{ra_svn : Module for accessing a repository using the svn network 
> protocol.}}{{   - with Cyrus SASL authentication}}{{   - handles 'svn' 
> scheme}}
>  * {{ra_local : Module for accessing a repository on local disk.}}{{   - 
> handles 'file' scheme}}
>  * {{ra_serf : Module for accessing a repository via WebDAV protocol using 
> serf.}}{{   - using serf 1.3.9 (compiled with 1.3.8)}}{{   - handles 'http' 
> scheme}}{{   - handles 'https' scheme}}{{  }}{{ The following authentication 
> credential caches are available:}}{{  }}
>  * {{Plaintext cache in /Users/petr/.subversion}}
>  * {{GPG-Agent}}
>  * {{Mac OS X Keychain}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-771) Support for SubVersion CLI client version 1.10

2018-09-19 Thread Dalton Notetech (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dalton Notetech updated NETBEANS-771:
-
Description: 
SubVersion CLI client version 1.10 does not work in NetBeans 9.0.

The following message appears in NetBeans log when invoking refresh in 
SubVersion panel:

{{ INFO [org.netbeans.modules.subversion]: Commandline client version: 1.10.0 
(r1827917)}}
 {{ WARNING [org.netbeans.modules.subversion]: Unsupported svn version. You 
need >= 1.5}}
 {{ WARNING [org.netbeans.modules.subversion.client.SvnClientFactory]: 
executable binary path set to /opt/local/bin yet client not available.}}

The dialog box appears and says:

 

{{1. Download and Install Subversion 1.8 or later 
([http://subversion.apache.org/packages.html]). }}
 \{{ 2. Add it to PATH. }}
 \{{ Test the installation by running 'svn --version' from a command line }}
 \{{ 3. Restart the IDE.}}

My SubVersion is the latest version:

{\{ localhost:~ petr$ which svn}}
 \{{ /opt/local/bin/svn}}
 \{{ localhost:~ petr$ svn --version}}
 \{{ svn, version 1.10.0 (r1827917)}}
 \{{    compiled Apr 18 2018, 01:35:41 on x86_64-apple-darwin17.4.0}}
 \{{  }}
 \{{ Copyright (C) 2018 The Apache Software Foundation.}}
 \{{ This software consists of contributions made by many people;}}
 \{{ see the NOTICE file for more information.}}
 {{ Subversion is open source software, see [http://subversion.apache.org/]}}
 \{{  }}
 \{{ The following repository access (RA) modules are available:}}
 \{{  }}
 * {{ra_svn : Module for accessing a repository using the svn network 
protocol.}}{\{   - with Cyrus SASL authentication}}\{{   - handles 'svn' 
scheme}}
 * {{ra_local : Module for accessing a repository on local disk.}}{\{   - 
handles 'file' scheme}}
 * {{ra_serf : Module for accessing a repository via WebDAV protocol using 
serf.}}{\{   - using serf 1.3.9 (compiled with 1.3.8)}}\{{   - handles 'http' 
scheme}}\{{   - handles 'https' scheme}}\{{  }}\{{ The following authentication 
credential caches are available:}}\{{  }}
 * {{Plaintext cache in /Users/petr/.subversion}}
 * {{GPG-Agent}}
 * {{Mac OS X Keychain}}

  was:
SubVersion CLI client version 1.10 does not work in NetBeans 8.2.

The following message appears in NetBeans log when invoking refresh in 
SubVersion panel:


{{ INFO [org.netbeans.modules.subversion]: Commandline client version: 1.10.0 
(r1827917)}}
{{ WARNING [org.netbeans.modules.subversion]: Unsupported svn version. You need 
>= 1.5}}
{{ WARNING [org.netbeans.modules.subversion.client.SvnClientFactory]: 
executable binary path set to /opt/local/bin yet client not available.}}

The dialog box appears and says:

 

{{1. Download and Install Subversion 1.8 or later 
([http://subversion.apache.org/packages.html]). }}
{{ 2. Add it to PATH. }}
{{ Test the installation by running 'svn --version' from a command line }}
{{ 3. Restart the IDE.}}

My SubVersion is the latest version:


{{ localhost:~ petr$ which svn}}
{{ /opt/local/bin/svn}}
{{ localhost:~ petr$ svn --version}}
{{ svn, version 1.10.0 (r1827917)}}
{{    compiled Apr 18 2018, 01:35:41 on x86_64-apple-darwin17.4.0}}
{{  }}
{{ Copyright (C) 2018 The Apache Software Foundation.}}
{{ This software consists of contributions made by many people;}}
{{ see the NOTICE file for more information.}}
{{ Subversion is open source software, see [http://subversion.apache.org/]}}
{{  }}
{{ The following repository access (RA) modules are available:}}
{{  }}
 * {{ra_svn : Module for accessing a repository using the svn network 
protocol.}}{{   - with Cyrus SASL authentication}}{{   - handles 'svn' scheme}}
 * {{ra_local : Module for accessing a repository on local disk.}}{{   - 
handles 'file' scheme}}
 * {{ra_serf : Module for accessing a repository via WebDAV protocol using 
serf.}}{{   - using serf 1.3.9 (compiled with 1.3.8)}}{{   - handles 'http' 
scheme}}{{   - handles 'https' scheme}}{{  }}{{ The following authentication 
credential caches are available:}}{{  }}
 * {{Plaintext cache in /Users/petr/.subversion}}
 * {{GPG-Agent}}
 * {{Mac OS X Keychain}}


> Support for SubVersion CLI client version 1.10
> --
>
> Key: NETBEANS-771
> URL: https://issues.apache.org/jira/browse/NETBEANS-771
> Project: NetBeans
>  Issue Type: Wish
>  Components: versioncontrol - Subversion
>Affects Versions: 9.0
>Reporter: Petr Hadraba
>Priority: Major
> Fix For: 9.0
>
> Attachments: org-netbeans-modules-subversion.jar, 
> org-netbeans-modules-subversion.jar
>
>
> SubVersion CLI client version 1.10 does not work in NetBeans 9.0.
> The following message appears in NetBeans log when invoking refresh in 
> SubVersion panel:
> {{ INFO [org.netbeans.modules.subversion]: Commandline client version: 1.10.0 
> (r1827917)}}
>  {{ WARNING [org.netbeans.modules.subversion]: Unsupp

[jira] [Updated] (NETBEANS-771) Support for SubVersion CLI client version 1.10

2018-09-19 Thread Dalton Notetech (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dalton Notetech updated NETBEANS-771:
-
Affects Version/s: (was: 8.2)
   9.0

> Support for SubVersion CLI client version 1.10
> --
>
> Key: NETBEANS-771
> URL: https://issues.apache.org/jira/browse/NETBEANS-771
> Project: NetBeans
>  Issue Type: Wish
>  Components: versioncontrol - Subversion
>Affects Versions: 9.0
>Reporter: Petr Hadraba
>Priority: Major
> Attachments: org-netbeans-modules-subversion.jar, 
> org-netbeans-modules-subversion.jar
>
>
> SubVersion CLI client version 1.10 does not work in NetBeans 8.2.
> The following message appears in NetBeans log when invoking refresh in 
> SubVersion panel:
> {{ INFO [org.netbeans.modules.subversion]: Commandline client version: 1.10.0 
> (r1827917)}}
> {{ WARNING [org.netbeans.modules.subversion]: Unsupported svn version. You 
> need >= 1.5}}
> {{ WARNING [org.netbeans.modules.subversion.client.SvnClientFactory]: 
> executable binary path set to /opt/local/bin yet client not available.}}
> The dialog box appears and says:
>  
> {{1. Download and Install Subversion 1.8 or later 
> ([http://subversion.apache.org/packages.html]). }}
> {{ 2. Add it to PATH. }}
> {{ Test the installation by running 'svn --version' from a command line }}
> {{ 3. Restart the IDE.}}
> My SubVersion is the latest version:
> {{ localhost:~ petr$ which svn}}
> {{ /opt/local/bin/svn}}
> {{ localhost:~ petr$ svn --version}}
> {{ svn, version 1.10.0 (r1827917)}}
> {{    compiled Apr 18 2018, 01:35:41 on x86_64-apple-darwin17.4.0}}
> {{  }}
> {{ Copyright (C) 2018 The Apache Software Foundation.}}
> {{ This software consists of contributions made by many people;}}
> {{ see the NOTICE file for more information.}}
> {{ Subversion is open source software, see [http://subversion.apache.org/]}}
> {{  }}
> {{ The following repository access (RA) modules are available:}}
> {{  }}
>  * {{ra_svn : Module for accessing a repository using the svn network 
> protocol.}}{{   - with Cyrus SASL authentication}}{{   - handles 'svn' 
> scheme}}
>  * {{ra_local : Module for accessing a repository on local disk.}}{{   - 
> handles 'file' scheme}}
>  * {{ra_serf : Module for accessing a repository via WebDAV protocol using 
> serf.}}{{   - using serf 1.3.9 (compiled with 1.3.8)}}{{   - handles 'http' 
> scheme}}{{   - handles 'https' scheme}}{{  }}{{ The following authentication 
> credential caches are available:}}{{  }}
>  * {{Plaintext cache in /Users/petr/.subversion}}
>  * {{GPG-Agent}}
>  * {{Mac OS X Keychain}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-771) Support for SubVersion CLI client version 1.10

2018-07-31 Thread Lauri (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lauri updated NETBEANS-771:
---
Attachment: org-netbeans-modules-subversion.jar

> Support for SubVersion CLI client version 1.10
> --
>
> Key: NETBEANS-771
> URL: https://issues.apache.org/jira/browse/NETBEANS-771
> Project: NetBeans
>  Issue Type: Wish
>  Components: versioncontrol - Subversion
>Affects Versions: 8.2
>Reporter: Petr Hadraba
>Priority: Major
> Attachments: org-netbeans-modules-subversion.jar, 
> org-netbeans-modules-subversion.jar
>
>
> SubVersion CLI client version 1.10 does not work in NetBeans 8.2.
> The following message appears in NetBeans log when invoking refresh in 
> SubVersion panel:
> {{ INFO [org.netbeans.modules.subversion]: Commandline client version: 1.10.0 
> (r1827917)}}
> {{ WARNING [org.netbeans.modules.subversion]: Unsupported svn version. You 
> need >= 1.5}}
> {{ WARNING [org.netbeans.modules.subversion.client.SvnClientFactory]: 
> executable binary path set to /opt/local/bin yet client not available.}}
> The dialog box appears and says:
>  
> {{1. Download and Install Subversion 1.8 or later 
> ([http://subversion.apache.org/packages.html]). }}
> {{ 2. Add it to PATH. }}
> {{ Test the installation by running 'svn --version' from a command line }}
> {{ 3. Restart the IDE.}}
> My SubVersion is the latest version:
> {{ localhost:~ petr$ which svn}}
> {{ /opt/local/bin/svn}}
> {{ localhost:~ petr$ svn --version}}
> {{ svn, version 1.10.0 (r1827917)}}
> {{    compiled Apr 18 2018, 01:35:41 on x86_64-apple-darwin17.4.0}}
> {{  }}
> {{ Copyright (C) 2018 The Apache Software Foundation.}}
> {{ This software consists of contributions made by many people;}}
> {{ see the NOTICE file for more information.}}
> {{ Subversion is open source software, see [http://subversion.apache.org/]}}
> {{  }}
> {{ The following repository access (RA) modules are available:}}
> {{  }}
>  * {{ra_svn : Module for accessing a repository using the svn network 
> protocol.}}{{   - with Cyrus SASL authentication}}{{   - handles 'svn' 
> scheme}}
>  * {{ra_local : Module for accessing a repository on local disk.}}{{   - 
> handles 'file' scheme}}
>  * {{ra_serf : Module for accessing a repository via WebDAV protocol using 
> serf.}}{{   - using serf 1.3.9 (compiled with 1.3.8)}}{{   - handles 'http' 
> scheme}}{{   - handles 'https' scheme}}{{  }}{{ The following authentication 
> credential caches are available:}}{{  }}
>  * {{Plaintext cache in /Users/petr/.subversion}}
>  * {{GPG-Agent}}
>  * {{Mac OS X Keychain}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-771) Support for SubVersion CLI client version 1.10

2018-07-30 Thread Lauri (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lauri updated NETBEANS-771:
---
Attachment: org-netbeans-modules-subversion.jar

> Support for SubVersion CLI client version 1.10
> --
>
> Key: NETBEANS-771
> URL: https://issues.apache.org/jira/browse/NETBEANS-771
> Project: NetBeans
>  Issue Type: Wish
>  Components: versioncontrol - Subversion
>Affects Versions: 8.2
>Reporter: Petr Hadraba
>Priority: Major
> Attachments: org-netbeans-modules-subversion.jar
>
>
> SubVersion CLI client version 1.10 does not work in NetBeans 8.2.
> The following message appears in NetBeans log when invoking refresh in 
> SubVersion panel:
> {{ INFO [org.netbeans.modules.subversion]: Commandline client version: 1.10.0 
> (r1827917)}}
> {{ WARNING [org.netbeans.modules.subversion]: Unsupported svn version. You 
> need >= 1.5}}
> {{ WARNING [org.netbeans.modules.subversion.client.SvnClientFactory]: 
> executable binary path set to /opt/local/bin yet client not available.}}
> The dialog box appears and says:
>  
> {{1. Download and Install Subversion 1.8 or later 
> ([http://subversion.apache.org/packages.html]). }}
> {{ 2. Add it to PATH. }}
> {{ Test the installation by running 'svn --version' from a command line }}
> {{ 3. Restart the IDE.}}
> My SubVersion is the latest version:
> {{ localhost:~ petr$ which svn}}
> {{ /opt/local/bin/svn}}
> {{ localhost:~ petr$ svn --version}}
> {{ svn, version 1.10.0 (r1827917)}}
> {{    compiled Apr 18 2018, 01:35:41 on x86_64-apple-darwin17.4.0}}
> {{  }}
> {{ Copyright (C) 2018 The Apache Software Foundation.}}
> {{ This software consists of contributions made by many people;}}
> {{ see the NOTICE file for more information.}}
> {{ Subversion is open source software, see [http://subversion.apache.org/]}}
> {{  }}
> {{ The following repository access (RA) modules are available:}}
> {{  }}
>  * {{ra_svn : Module for accessing a repository using the svn network 
> protocol.}}{{   - with Cyrus SASL authentication}}{{   - handles 'svn' 
> scheme}}
>  * {{ra_local : Module for accessing a repository on local disk.}}{{   - 
> handles 'file' scheme}}
>  * {{ra_serf : Module for accessing a repository via WebDAV protocol using 
> serf.}}{{   - using serf 1.3.9 (compiled with 1.3.8)}}{{   - handles 'http' 
> scheme}}{{   - handles 'https' scheme}}{{  }}{{ The following authentication 
> credential caches are available:}}{{  }}
>  * {{Plaintext cache in /Users/petr/.subversion}}
>  * {{GPG-Agent}}
>  * {{Mac OS X Keychain}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-771) Support for SubVersion CLI client version 1.10

2018-05-07 Thread Petr Hadraba (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Petr Hadraba updated NETBEANS-771:
--
Description: 
SubVersion CLI client version 1.10 does not work in NetBeans 8.2.

The following message appears in NetBeans log when invoking refresh in 
SubVersion panel:


{{ INFO [org.netbeans.modules.subversion]: Commandline client version: 1.10.0 
(r1827917)}}
{{ WARNING [org.netbeans.modules.subversion]: Unsupported svn version. You need 
>= 1.5}}
{{ WARNING [org.netbeans.modules.subversion.client.SvnClientFactory]: 
executable binary path set to /opt/local/bin yet client not available.}}

The dialog box appears and says:

 

{{1. Download and Install Subversion 1.8 or later 
([http://subversion.apache.org/packages.html]). }}
{{ 2. Add it to PATH. }}
{{ Test the installation by running 'svn --version' from a command line }}
{{ 3. Restart the IDE.}}

My SubVersion is the latest version:


{{ localhost:~ petr$ which svn}}
{{ /opt/local/bin/svn}}
{{ localhost:~ petr$ svn --version}}
{{ svn, version 1.10.0 (r1827917)}}
{{    compiled Apr 18 2018, 01:35:41 on x86_64-apple-darwin17.4.0}}
{{  }}
{{ Copyright (C) 2018 The Apache Software Foundation.}}
{{ This software consists of contributions made by many people;}}
{{ see the NOTICE file for more information.}}
{{ Subversion is open source software, see [http://subversion.apache.org/]}}
{{  }}
{{ The following repository access (RA) modules are available:}}
{{  }}
 * {{ra_svn : Module for accessing a repository using the svn network 
protocol.}}{{   - with Cyrus SASL authentication}}{{   - handles 'svn' scheme}}
 * {{ra_local : Module for accessing a repository on local disk.}}{{   - 
handles 'file' scheme}}
 * {{ra_serf : Module for accessing a repository via WebDAV protocol using 
serf.}}{{   - using serf 1.3.9 (compiled with 1.3.8)}}{{   - handles 'http' 
scheme}}{{   - handles 'https' scheme}}{{  }}{{ The following authentication 
credential caches are available:}}{{  }}
 * {{Plaintext cache in /Users/petr/.subversion}}
 * {{GPG-Agent}}
 * {{Mac OS X Keychain}}

  was:
SubVersion CLI client version 1.10 does not work in NetBeans 8.2.

The following message appears in NetBeans log when invoking refresh in 
SubVersion panel:

{{
INFO [org.netbeans.modules.subversion]: Commandline client version: 1.10.0 
(r1827917)
WARNING [org.netbeans.modules.subversion]: Unsupported svn version. You need >= 
1.5
WARNING [org.netbeans.modules.subversion.client.SvnClientFactory]: executable 
binary path set to /opt/local/bin yet client not available.
}}

The dialog box appears and says:

{{
1. Download and Install Subversion 1.8 or later 
(http://subversion.apache.org/packages.html). 
2. Add it to PATH. 
Test the installation by running 'svn --version' from a command line 
3. Restart the IDE.
}}

My SubVersion is the latest version:

{{
localhost:~ petr$ which svn
/opt/local/bin/svn
localhost:~ petr$ svn --version
svn, version 1.10.0 (r1827917)
   compiled Apr 18 2018, 01:35:41 on x86_64-apple-darwin17.4.0
 
Copyright (C) 2018 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/
 
The following repository access (RA) modules are available:
 
* ra_svn : Module for accessing a repository using the svn network protocol.
  - with Cyrus SASL authentication
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  - using serf 1.3.9 (compiled with 1.3.8)
  - handles 'http' scheme
  - handles 'https' scheme
 
The following authentication credential caches are available:
 
* Plaintext cache in /Users/petr/.subversion
* GPG-Agent
* Mac OS X Keychain
}}


> Support for SubVersion CLI client version 1.10
> --
>
> Key: NETBEANS-771
> URL: https://issues.apache.org/jira/browse/NETBEANS-771
> Project: NetBeans
>  Issue Type: Wish
>  Components: versioncontrol - Subversion
>Affects Versions: 8.2
>Reporter: Petr Hadraba
>Priority: Major
>
> SubVersion CLI client version 1.10 does not work in NetBeans 8.2.
> The following message appears in NetBeans log when invoking refresh in 
> SubVersion panel:
> {{ INFO [org.netbeans.modules.subversion]: Commandline client version: 1.10.0 
> (r1827917)}}
> {{ WARNING [org.netbeans.modules.subversion]: Unsupported svn version. You 
> need >= 1.5}}
> {{ WARNING [org.netbeans.modules.subversion.client.SvnClientFactory]: 
> executable binary path set to /opt/local/bin yet client not available.}}
> The dialog box appears and says:
>  
> {{1. Download and Install Subversion 1.8 or later 
> ([http://subversion.apache.org/packages.html]). }}
> {{ 2