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 129268 - VCSContext should be serializable
Summary: VCSContext should be serializable
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Linux
: P2 blocker with 1 vote (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: API
Depends on:
Blocks: 129276 143300
  Show dependency tree
 
Reported: 2008-03-05 13:05 UTC by Tomas Stupka
Modified: 2014-06-05 12:20 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2008-03-05 13:05:47 UTC
VCSContext isn't serializable. This causes problems when persisting the versioning views in our vcs system.

svn and clearcase have a parallel context implementation, mercurial doesn't persist the views state at all.
Comment 1 Maros Sandor 2008-03-05 13:19:31 UTC
I will make it serializable - not fully serializable though, there are some parts of it that cannot be serialized (Lookup).