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 28517 - CVS: "Refresh" command does not have expanded execution string in "Output of VCS commnands" window
Summary: CVS: "Refresh" command does not have expanded execution string in "Output of ...
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-06 10:56 UTC by David Kaspar
Modified: 2003-02-04 13:41 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 David Kaspar 2002-11-06 10:56:00 UTC
CVS: "Refresh" command does not have expanded
execution string in "Output of VCS commnands" window
Comment 1 Jiri Kovalsky 2002-11-06 14:20:21 UTC
It's not only "Refresh". Also "History" command behaves the same way
and maybe others. Is this the reason why the first "VSS|Refresh" does
not ask for ${PASSWORD} ?
Comment 2 Martin Entlicher 2002-11-06 14:40:26 UTC
Working on the PASSWORD problem now...
Comment 3 Martin Entlicher 2002-11-06 15:49:34 UTC
The PASSWORD problem is fixed in the main trunk.

/cvs/vcscore/src/org/netbeans/modules/vcscore/DefaultVcsFactory.java,v 
<--  DefaultVcsFactory.java
new revision: 1.15; previous revision: 1.14
Comment 4 Martin Entlicher 2002-11-07 13:48:23 UTC
Unfortunately this fix was bad, it caused a much more severe bug
(refresh did not work correctly and was spawned constantly).

So I've rollbacked the commit and did it a different way:

/cvs/vcscore/src/org/netbeans/modules/vcscore/DefaultVcsFactory.java,v 
<--  DefaultVcsFactory.java
new revision: 1.16; previous revision: 1.15

/cvs/vcscore/src/org/netbeans/modules/vcscore/cmdline/UserCommandSupport.java,v 
<--  UserCommandSupport.java
new revision: 1.4; previous revision: 1.3
Comment 5 Martin Entlicher 2002-11-13 19:59:48 UTC
When testing the projects integration I needed to have the execution
string displayed on status command, etc., because Runtime commands
history does not work there yet. So I've fixed this in the main trunk.

/cvs/vcscore/src/org/netbeans/modules/vcscore/cmdline/ExecuteCommand.java,v 
<--  ExecuteCommand.java
new revision: 1.53; previous revision: 1.52
Comment 6 Jiri Kovalsky 2002-11-14 08:36:25 UTC
Verified in development build #200211140100 of NetBeans 4.0.