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 89810

Summary: It's hard to type Repo URL in Check out wizard
Product: versioncontrol Reporter: Peter Pis <ppis>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P2    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89637    

Description Peter Pis 2006-11-22 08:37:50 UTC
NetBeans IDE Dev (Build 20061122-0606)
1.5.0_09; Java HotSpot(TM) Client VM 1.5.0_09-b03
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252

Steps:
1. Invoke "Check out" wizard.
2. Try to type in "Repository URL".

Text is always selected and therefore it's over and over again replaced.
Comment 1 Peter Pis 2006-11-22 09:17:10 UTC
This issue is considered as a stopper for M5.
Comment 2 Tomas Stupka 2006-11-22 14:52:31 UTC
fixed

Removing RepositoryModel.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/repository/RepositoryModel.java,v
 <--  RepositoryModel.java
new revision: delete; previous revision: 1.1
done
Checking in Repository.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/repository/Repository.java,v
 <--  Repository.java
new revision: 1.50; previous revision: 1.49
done
Comment 3 Peter Pis 2006-11-22 15:49:30 UTC
Reopen.

Now user can type "svn://" but then entire text is again selected suddenly.
Comment 4 Tomas Stupka 2006-11-22 16:56:47 UTC
fixed

Checking in Repository.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/repository/Repository.java,v
 <--  Repository.java
new revision: 1.51; previous revision: 1.50
done
Comment 5 Peter Pis 2006-11-23 10:41:05 UTC
Verified.