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 231512 - IDE does not work with 1.8 working copies and 1.8 commandline clients
Summary: IDE does not work with 1.8 working copies and 1.8 commandline clients
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.3
Hardware: PC Linux
: P2 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
: 231513 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-06-19 10:30 UTC by Ondrej Vrabec
Modified: 2013-07-11 04:11 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2013-06-19 10:30:25 UTC
Subversion released the 1.8 version and NetBeans does not work with it:
1) first of all, they changed the working copy format and you need to upgrade the WC - results in inoperable JavaHL and SNKit clients. Only commandline client can be used
2) With the commandline client all files appear green (New) and basically nothing works. svn changed the output of status command and it now does not return absolute paths
Comment 1 Ondrej Vrabec 2013-06-19 10:48:34 UTC
We need to:
1) fix the problem with all files marked as New
2) enable the workaround (automatic switching to CLI) used for NB 7.2 (or 7.3) when svn released 1.7
Comment 2 Ondrej Vrabec 2013-06-19 13:09:11 UTC
*** Bug 231513 has been marked as a duplicate of this bug. ***
Comment 3 Ondrej Vrabec 2013-06-19 15:22:59 UTC
btw, this is not a beta stopper
Comment 4 Ondrej Vrabec 2013-06-19 16:05:06 UTC
1) core-main #6d4cf4d151a2
2) core-main #835c36fab036
wikina also updated: http://wiki.netbeans.org/FaqSubversion1_8

Other problems found in the NetBeans Subversion support for 1.8 working copies should be filed as a separate issues
Comment 5 Quality Engineering 2013-06-22 02:08:37 UTC
Integrated into 'main-golden', will be available in build *201306212301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/835c36fab036
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #231512 - IDE does not work with 1.8 working copies and 1.8 commandline clients
workaround added: automatically switching to CLI when 1.8 working copy is found
Comment 6 mediavince 2013-07-09 07:58:43 UTC
Hi Ondrej,

Just so you know the link at the bottom of that wiki page is broken...

"Please follow the progress of implementing full support for Subversion 1.8 in Issue 231506"

Has there been any advancement on the related issue?

THX

(In reply to comment #4)
> 1) core-main #6d4cf4d151a2
> 2) core-main #835c36fab036
> wikina also updated: http://wiki.netbeans.org/FaqSubversion1_8
> 
> Other problems found in the NetBeans Subversion support for 1.8 working copies
> should be filed as a separate issues
Comment 7 Ondrej Vrabec 2013-07-09 09:14:53 UTC
http://hg.netbeans.org/main-silver/rev/82d4181ff8e4 accidentally reverted fix for this bug

fix: http://hg.netbeans.org/core-main/rev/99dc1374bc0c
Comment 8 Quality Engineering 2013-07-11 04:11:46 UTC
Integrated into 'main-silver', will be available in build *201307102300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/99dc1374bc0c
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #231512 - IDE does not work with 1.8 working copies and 1.8 commandline clients