[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[platform-cvs-dev] cvs file representation
|
- From: Benjamin Chu <bechu@xxxxxxxxxxxxxx>
- Date: Thu, 20 Apr 2006 15:12:37 -0600
- Delivered-to: platform-cvs-dev@eclipse.org
- User-agent: Thunderbird 1.5 (X11/20051201)
Hi,
What information would I need to serialize to be able to later
reconstruct a CVSFile or at least be able to retrieve a specific
revision of a CVS file into an editor? Is there a general API that I
can use rather than cross the *.internal.* boundary?
I noticed that CVSFileRevision and other related classes are not
serializable.
fyi, I am writing a plugin that I want to use for keeping track of
revisions of cvs files associated with arbitrary data objects. One of
the actions I would like to perform is to be able to retrieve a specific
revision of a resource/file at any time in the future.
thanks for any help!
Ben