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 12091

Summary: Cannot login while re-mounting CVS filesystem.
Product: obsolete Reporter: Jiri Skrivanek <jskrivanek>
Component: vcscvsAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2001-05-10 17:15:13 UTC
Tested in build 39.

- create a new directory (working) - e.g. /home/js103526/zzz
- mount this directory as a new CVS filesystem
- CVSROOT=":pserver:jskrivanek@fortecvs:/forte4j"
- even you are already logged in supply password and click on "Login" button
- it should be OK
- finish the wizard and check some sources out (e.g. jdbc/testbase/src/org)
- it should be OK
- unmount the filesystem
- try to mount again with the same settings
- when you click on "Login" button you see error message: "/bin/sh:
/home/js103526/zz: does not exist"
- it means that last character from the name of the directory was accidentally
removed
Comment 1 Martin Entlicher 2001-05-18 10:36:31 UTC
Fixed in the main trunk, a valid relative mount point is set for the login
process.
Should be fixed in 3.2.1 also.
Diff:
http://www.netbeans.org/unbranded-source/browse/vcscore/src/org/netbeans/modules/vcscore/wizard/mountcvs/LoginPanel.java.diff?r1=1.13&r2=1.14
Comment 2 dmladek 2001-05-23 14:16:02 UTC
verified on [NBdev-194]
Comment 3 Martin Entlicher 2001-06-18 19:19:10 UTC
Fixed in pilsen_fcs branch.