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 9032 - Suspicious behaviour of CVS Customizer.
Summary: Suspicious behaviour of CVS Customizer.
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscvs (show other bugs)
Version: 3.x
Hardware: Other Other
: P4 normal (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks: 8986
  Show dependency tree
 
Reported: 2001-01-08 16:43 UTC by Jiri Kovalsky
Modified: 2001-07-20 20:47 UTC (History)
1 user (show)

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 Kovalsky 2001-01-08 16:43:40 UTC
Development Build 010106 on Windows 2000/NT with JDK 1.3

Description:
============
Customizer doesn't update all settings properly for commands in some cases.
This causes failing commands with error messages like: '... must be an absolute
pathname.' (A) Another bug is that it parses given repository wrong way
if 'pserver' type of connection is used. This causes failing commands with
error message like: 'Unknown host C.' (B) In addition customizer pretends to
perform login process to non-existent server in specific case. (C) All of these
is reproducable:

Steps to reproduce:
===================
1. Let's have non-empty repository (e.g. C:\Repository). Create new empty work-
   ing directory (e.g.  C:\Working)
2. Select "Mount CVS..." item from the popup menu of root 'Filesystems' node in
   the Explorer. Setup working directory to C:\Working and click "Next>". Select
   "Local CVS" possibility and setup Repository to C:\Repository. Click on
   "Next>" button twice and then "Finish" to mount CVS filesystem and close
   information window about empty working directory.
3. Select "CVS Settings" from popup menu of CVS 'C:\Working' node. Select
   "pserver" possibility and setup 'localhost' as Server and 'user' as User Name
   Click on "OK" button. You will be prompted to enter password. Just click on
   "Login" button. It will fail. If you are lucky 'Unknown host C.' message will
   be the reason. (Bug B) Close this dialog using ALT+F4. Then push "Cancel" to
   close the Customizer.
4. Now invoke "CVS Settings" once more, select "local" possibility once again
   and push "OK" button. Run "CVS|Check Out" command on 'C:\Working' node. It
   will fail with '... must be an absolute pathname.' error message. (Bug A)
5. Repeat step 4. once again and this time check-out will work.
6. Repeat step 3. and you will succeed to login to non-existent CVS server.
   (Bug C)

Note: BUG also appears in version : FFJ20
=====
Comment 1 Jiri Kovalsky 2001-01-17 16:33:59 UTC
One more note:
If you have already checked out something with Repository in Windows format
e.g. D:\Tests\CVS\Repo2 and want to mount this as CVS filesystem into Explorer
the wizard will setup Repository Settings dialog with bad repository.
Appropriate textfield will contain just one character: D. Please don't forget
to fix this as well.
Comment 2 Jan Chalupa 2001-03-12 12:22:02 UTC
Version: 'Dev' -> 3.2
Comment 3 Martin Entlicher 2001-03-21 19:25:26 UTC
Fixed in release32 build #10 and dev build #151.
Comment 4 Jan Chalupa 2001-05-06 15:36:36 UTC
Target milestone -> 3.2
Comment 5 Jiri Kovalsky 2001-05-24 12:43:49 UTC
N/A now since it new mounting wizard is used. Verifying ...