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

Summary: Copy support does not work with any VCS
Product: php Reporter: Tomas Mysik <tmysik>
Component: ProjectAssignee: Tomas Mysik <tmysik>
Status: RESOLVED FIXED    
Severity: blocker CC: fzamboj
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 170862, 172182    
Bug Blocks:    

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.