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 28940 - PVCS: Non-recursive Get on directory invoke refreshing subfolders
Summary: PVCS: Non-recursive Get on directory invoke refreshing subfolders
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-22 13:00 UTC by David Kaspar
Modified: 2003-07-15 14:28 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-22 13:00:29 UTC
How to reproduce:
1) Have this structrure
Folder
 `- SubFolder
2) Invoke "PVCS|Get" on Folder node
3) Uncheck "Get all subdirectories" in appeared
dialog and press OK
4) See Retrieving... dialog and history of VCS
commands
5) ERROR - Refresh is performed on SubFolder. -
This is not needed
Comment 1 David Kaspar 2002-11-22 13:07:51 UTC
*** Issue 28941 has been marked as a duplicate of this issue. ***
Comment 2 David Kaspar 2002-11-22 13:12:09 UTC
Ignore previous comment that issue #28941 is duplicate of this issue.
It is not correct.
Comment 3 Martin Entlicher 2003-01-27 17:47:55 UTC
Fixed in the main trunk.
refreshRecursivelyPatternUnmatched property with value '-l' used
instead of refreshRecursivelyPatternMatched:

/cvs/vcsgeneric/profiles/pvcs/src/org/netbeans/modules/vcs/profiles/pvcs/config/pvcsUnix.xml,v 
<--  pvcsUnix.xml
new revision: 1.34; previous revision: 1.33
/cvs/vcsgeneric/profiles/pvcs/src/org/netbeans/modules/vcs/profiles/pvcs/config/pvcsUnixLoc_XX.xml,v 
<--  pvcsUnixLoc_XX.xml
new revision: 1.34; previous revision: 1.33
/cvs/vcsgeneric/profiles/pvcs/src/org/netbeans/modules/vcs/profiles/pvcs/config/pvcsWin.xml,v 
<--  pvcsWin.xml
new revision: 1.41; previous revision: 1.40
/cvs/vcsgeneric/profiles/pvcs/src/org/netbeans/modules/vcs/profiles/pvcs/config/pvcsWin98.xml,v 
<--  pvcsWin98.xml
new revision: 1.38; previous revision: 1.37
/cvs/vcsgeneric/profiles/pvcs/src/org/netbeans/modules/vcs/profiles/pvcs/config/pvcsWin98Loc_XX.xml,v 
<--  pvcsWin98Loc_XX.xml
new revision: 1.38; previous revision: 1.37
/cvs/vcsgeneric/profiles/pvcs/src/org/netbeans/modules/vcs/profiles/pvcs/config/pvcsWinLoc_XX.xml,v 
<--  pvcsWinLoc_XX.xml
new revision: 1.41; previous revision: 1.40

Comment 4 Jiri Kovalsky 2003-07-15 14:28:03 UTC
Perfect. Verified in NetBeans 3.5.1 build #200307092351.