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 167751 - [67cat] Faulty history bar
Summary: [67cat] Faulty history bar
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-28 18:09 UTC by ulfzibis
Modified: 2009-07-01 10:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Faulty history bar (42.66 KB, image/png)
2009-06-28 18:10 UTC, ulfzibis
Details
svn --version (10.67 KB, image/png)
2009-06-29 10:30 UTC, ulfzibis
Details
(1) No setting for path, this worked fine until version 1.6.2. (2) No svn.exe in filechooser (178.93 KB, image/png)
2009-06-29 10:42 UTC, ulfzibis
Details
highlighted list of Svn 1.6.2 files in Svn 1.6.3 installation directory (35.37 KB, image/gif)
2009-06-30 15:57 UTC, Marian Petras
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ulfzibis 2009-06-28 18:09:31 UTC
[ BUILD # : 200906261401 ]
[ JDK VERSION : 1.6.* ]

After importing my projects from earlier build's userdir
(release67-19-on-090618), all files, I opened, showed green history
bar from 1st to last line.
Comment 1 ulfzibis 2009-06-28 18:10:24 UTC
Created attachment 84090 [details]
Faulty history bar
Comment 2 ulfzibis 2009-06-29 00:48:38 UTC
Maybe problem is caused by that I have updated Collabnet's SVN client from 1.6.2 to 1.6.3, because issue now also occurs
in Build release67-19-on-090618
Comment 3 ulfzibis 2009-06-29 00:57:14 UTC
See also: Issue 167766, Issue 167767
Comment 4 ulfzibis 2009-06-29 10:30:47 UTC
Created attachment 84122 [details]
svn --version
Comment 5 ulfzibis 2009-06-29 10:42:44 UTC
Created attachment 84124 [details]
(1) No setting for path, this worked fine until version 1.6.2. (2) No svn.exe in filechooser
Comment 6 Ondrej Vrabec 2009-06-30 07:34:30 UTC
Broken installation of the Collabnet Subversion client. Some DLLs have not been updated and still belong to the old
1.6.2 installation.
But Netbeans doesn't event log any error or show a warning. We should find a way how to notify a user of a broken client.
Comment 7 ulfzibis 2009-06-30 08:38:57 UTC
Maybe you can evaluate the result of "svn --version".
Please remember to fix the empty filechooser pane.
Comment 8 Marian Petras 2009-06-30 15:57:54 UTC
Created attachment 84196 [details]
highlighted list of Svn 1.6.2 files in Svn 1.6.3 installation directory
Comment 9 Marian Petras 2009-06-30 15:59:11 UTC
I reproduced this on Windows XP.
Comment 10 Marian Petras 2009-06-30 16:06:06 UTC
Fixed by improving the routine validating the Subversion command-line client.

The check has been and is still done by calling command "svn --version".

The test for success of the command call is now improved (strengthened) by addition of the following checks:
 - the command completes without being cancelled or otherwise interrupted
 - exit code of the command is 0 (zero)
 - the command produces at least one non-empty line on standard output

Changeset Id:
#8975232cd464
Comment 11 Ondrej Vrabec 2009-06-30 17:10:03 UTC
ulf: one more thing, about the blank filechooser. It is intended to display only folders. We are interested only n the
path to the executable's parent (it's parent folder), so it is not required to display files (and it is not required
that you select or input the full path).
If you would still like to see also files in the dialog, please file a separate issue (so we don't mix it with this
issue, which relates to a different problem), but please make it an enhancement.
Comment 12 Quality Engineering 2009-07-01 05:29:40 UTC
Integrated into 'main-golden', will be available in build *200907010200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8975232cd464
User: Marian Petras <mpetras@netbeans.org>
Log: fixed bug #167751 - "Faulty history bar"
Comment 13 ulfzibis 2009-07-01 10:35:17 UTC
Good news.

As I guess, you have better connections to Collabnet than me, maybe you could file an issue about bad update routine there.

See Issue 167942.