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

Summary: Invoking "Checkout" wizard fails with exception.
Product: versioncontrol Reporter: Peter Pis <ppis>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: AssertionError
issue_75149.patch

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.