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

Summary: VCSContext should be serializable
Product: versioncontrol Reporter: Tomas Stupka <tstupka>
Component: CodeAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: blocker Keywords: API
Priority: P2    
Version: 6.x   
Hardware: All   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 129276, 143300    

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).