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 75149 - Invoking "Checkout" wizard fails with exception.
Summary: Invoking "Checkout" wizard fails with exception.
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-18 10:24 UTC by Peter Pis
Modified: 2006-10-23 15:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
AssertionError (2.66 KB, text/plain)
2006-04-18 10:25 UTC, Peter Pis
Details
issue_75149.patch (1.12 KB, patch)
2006-04-18 13:19 UTC, Peter Pis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2006-04-18 10:24:47 UTC
NetBeans IDE Dev (Build 060418)
1.5.0_06; Java HotSpot(TM) Client VM 1.5.0_06-b05
Linux version 2.6.9-1.667 running on i386
en_US (nb); UTF-8

Steps:
1. Invoke "Checkout" wizard.

AssertionError is thrown.
Comment 1 Peter Pis 2006-04-18 10:25:15 UTC
Created attachment 29891 [details]
AssertionError
Comment 2 Peter Pis 2006-04-18 13:19:56 UTC
Created attachment 29896 [details]
issue_75149.patch
Comment 3 Peter Pis 2006-04-18 13:30:19 UTC
AssertionError Fixed.

Checking in Repository.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/repository/Repository.java,v
 <--  Repository.java
new revision: 1.15; previous revision: 1.14
done
Comment 4 Peter Pis 2006-04-18 13:58:38 UTC
Verified.