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 195121 - Versioning framework is not able to work in full remote mode
Summary: Versioning framework is not able to work in full remote mode
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on: 195124
Blocks:
  Show dependency tree
 
Reported: 2011-02-07 10:41 UTC by Vladimir Kvashin
Modified: 2012-10-25 12:26 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 Vladimir Kvashin 2011-02-07 10:41:50 UTC
It is possible to create a (C/C++) project that have source roots on remote file system. Unfortunately version control isn't able to work with such projects. And, which is worse, the versioning frametwork itself (VCSContext, VcsVisibilityQuery, etc) often works in terms of java.io.File, which makes impossible to create a plugin capable of working with remote file objects.
Comment 1 Vladimir Kvashin 2011-02-07 11:47:06 UTC
I probably missed two issues that should be separate. Let's assume this one concerns lacking CND functionality. I'll file related one against VCS shortly.
Comment 2 AlyonaStashkova 2011-04-05 11:54:01 UTC
Added to NB 7.0 Release Notes
Comment 3 Vladimir Kvashin 2011-04-05 12:25:26 UTC
Workaround: use versioning tools directly on remote host (via ssh, etc.)
Comment 4 Vladimir Kvashin 2012-10-25 12:26:37 UTC
The framework was fixed a while ago