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 172254 - Copy support does not work with any VCS
Summary: Copy support does not work with any VCS
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on: 170862 172182
Blocks:
  Show dependency tree
 
Reported: 2009-09-15 08:41 UTC by Tomas Mysik
Modified: 2009-09-19 10:56 UTC (History)
1 user (show)

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 Tomas Mysik 2009-09-15 08:41:56 UTC
For more information, have a look at issue #172139. This issue is just as a reminder which will be solved automatically by fixing issue #172182.
Comment 1 Tomas Mysik 2009-09-16 15:33:30 UTC
Or we can solve it ourselves after issue #170862 is implemented.
Comment 2 Tomas Mysik 2009-09-18 15:09:56 UTC
Fixed, used new recursive FS listener (see issue #170862). To fallback to non-recursive FS listener, start NetBeans with:
-J-Dorg.netbeans.modules.php.project.util.CopySupport.allowBroken=true

http://hg.netbeans.org/web-main/rev/fd8e31264f7f
Comment 3 Quality Engineering 2009-09-19 10:56:35 UTC
Integrated into 'main-golden', will be available in build *200909190201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/fd8e31264f7f
User: Tomas Mysik <tmysik@netbeans.org>
Log: #172254: Copy support does not work with any VCS

Recursive FS listener can be avoided using: -J-Dorg.netbeans.modules.php.project.util.CopySupport.allowBroken=true.