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 - USER's RESPONSE:Using EXTERNAL as a connection method doesn't export CVS_RSH environment variable
Summary: USER's RESPONSE:Using EXTERNAL as a connection method doesn't export CVS_RSH ...
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscvs (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-28 10:21 UTC by dmladek
Modified: 2001-07-20 20:39 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 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]