[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[platform-cvs-dev] cvs file representation

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