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 - Cannot login while re-mounting CVS filesystem.
Summary: Cannot login while re-mounting CVS filesystem.
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscvs (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-10 17:15 UTC by Jiri Skrivanek
Modified: 2001-06-18 19:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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