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 40268 - VSS: Recursive refresh is not called after recursive checkout
Summary: VSS: Recursive refresh is not called after recursive checkout
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-19 11:34 UTC by Martin Entlicher
Modified: 2004-02-19 13:17 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 Martin Entlicher 2004-02-19 11:34:17 UTC
Only non-recursive Refresh is executed.
See the description of issue #40267 for hints how
to reproduce this.

The same applies for recursive undo checkout and
get latest version.
Comment 1 Martin Entlicher 2004-02-19 12:35:51 UTC
This was caused by the reimplementation of checkout, undo checkout and
get latest version commands.
Due to that, -R pattern can not be found in the execution string any more.
Comment 2 Martin Entlicher 2004-02-19 13:17:02 UTC
The RECURSIVE variable is added into the execution string just because
of the matching for Refresh. This is not nice, but it's the simplest
fix. Also the matching pattern is corrected.

/cvs/vcsgeneric/profiles/vss/src/org/netbeans/modules/vcs/profiles/vss/config/vss.xml,v
 <--  vss.xml
new revision: 1.10; previous revision: 1.9

/cvs/vcsgeneric/profiles/vss/src/org/netbeans/modules/vcs/profiles/vss/config/vssLoc_XX.xml,v
 <--  vssLoc_XX.xml
new revision: 1.10; previous revision: 1.9