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 10754

Summary: USER's RESPONSE:Using EXTERNAL as a connection method doesn't export CVS_RSH environment variable
Product: obsolete Reporter: dmladek <dmladek>
Component: vcscvsAssignee: issues@obsolete <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description dmladek 2001-03-28 10:21:01 UTC
[NB32-13]
jdk1.3
rh70
===========

If you mount a new CVS FS and wish to use external connection method,
the environmental variable CVS_RSH isn't exported well.

the command in ide is construct well, but if you see running processes by
ps -ax....you see that "rsh pserver -l user cvs...." is running instead of "ssh
pserver -l user cvs server ..."
If you copy this command to the shell where you have $CVS_RSH. This command is
performed well.

possible workaround:
you must export this env.variable from the shell (or set to your .profile
permanently) and after that run ide, it'll work.
Comment 1 Tomas Zezula 2001-03-28 12:09:02 UTC
Fixed by setting environemt property to cvs process.
Comment 2 Jan Chalupa 2001-05-06 15:36:16 UTC
Target milestone -> 3.2
Comment 3 dmladek 2001-06-25 17:15:22 UTC
OK on [Pilsen-010623]