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 13365

Summary: Parsing CVSROOT without username.
Product: obsolete Reporter: David Li <taweili>
Component: vcscoreAssignee: issues@obsolete <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Attachments: The patch fixed this problem

Description David Li 2001-07-02 18:28:10 UTC
A CVSROOT string may not necessarily have a username in it. For example,

:ext:10.0.0.10:/home/cvsroot

On the Unix platform, this takes the username as the username for remote CVS and
works with underlying tunel programs like ssh or rsh.

The original codes assuming that a username always exists and is seperated from
the hostname with a '@' in the second field. This patch correct such behavior.
Comment 1 David Li 2001-07-02 18:29:23 UTC
Created attachment 1809 [details]
The patch fixed this problem
Comment 2 Martin Entlicher 2001-07-18 13:40:20 UTC
Thanks for the patch attached.
The issue was fixed in the dev build #200107190100
Comment 3 Jiri Kovalsky 2001-11-01 10:52:41 UTC
It works fine in today's build. Verified in development build of Net-
Beans 3.3 #200111010100.