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 250044 - Kenai integration is java.io.File based
Summary: Kenai integration is java.io.File based
Status: RESOLVED WONTFIX
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks: 249070 249743 249744
  Show dependency tree
 
Reported: 2015-01-27 09:57 UTC by Alexander Simon
Modified: 2015-01-28 04:13 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 Alexander Simon 2015-01-27 09:57:31 UTC
The Method VCSKenaiAccessor.VCSKenaiNotification.getProjectDirectory() retuns java.io.File.

This prevents to integrate remote VCS support.
Comment 1 Ondrej Vrabec 2015-01-27 10:36:19 UTC
Remote VCS really does not need this feature.
Comment 2 Alexander Simon 2015-01-27 15:29:48 UTC
Please explain why?(In reply to Ondrej Vrabec from comment #1)
> Remote VCS really does not need this feature.

Please explain why?
Comment 3 Ondrej Vrabec 2015-01-27 15:31:45 UTC
(In reply to Alexander Simon from comment #2)
> Please explain why?
Because it's a useless feature nobody actually uses.
Comment 4 Vladimir Voskresensky 2015-01-27 15:44:56 UTC
Then, let's close it? And Remote impl will clean up Kenai related code
Comment 5 Alexander Simon 2015-01-27 16:30:48 UTC
Ok, kenai removed from remote VSCs:
http://hg.netbeans.org/cnd-main/rev/93b8c074c411
http://hg.netbeans.org/cnd-main/rev/1528188a0015
Comment 6 Quality Engineering 2015-01-28 04:13:12 UTC
Integrated into 'main-silver', will be available in build *201501280002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4086479c467c
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug #249070 Support Subversion VCS for full remote project
- remove fake keni integration (waiting for bug#250044)