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 208084 - Remote file system should keep FileObject instances when a file is replaced with symlink and vice versa
Summary: Remote file system should keep FileObject instances when a file is replaced w...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-06 11:51 UTC by Vladimir Kvashin
Modified: 2012-02-14 21:24 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 Vladimir Kvashin 2012-02-06 11:51:41 UTC
Some versoining systems (for example ADE) can easily change files with symlinks and vice versa. MasterFS does not change file object instances in this case. Remote FS does. This makes nearly impossible ADE support.

Remote FS should keep FileObject instances in the case a file is changed to a link or vice versa (if it doesn't change from directory to plain file or vice versa)
Comment 1 Vladimir Kvashin 2012-02-09 19:04:37 UTC
The partial fix is pushed into cnd-main
http://hg.netbeans.org/cnd-main/rev/84274e459b7a

Still need additional fixes concerning RemoteLinkChild instances and also more tests.