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 - Parsing CVSROOT without username.
Summary: Parsing CVSROOT without username.
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-02 18:28 UTC by David Li
Modified: 2001-11-01 10:52 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
The patch fixed this problem (1.52 KB, patch)
2001-07-20 20:47 UTC, David Li
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.