Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-team-dev] Team Integration of Data not Tied to a Resource on Disk


Mat,

In general, I don't think there is a solution to you problem. The main complication is that many source control system operate directly on the local file system. The CVS plug-in operates on IResource (Eclipse Workspace) so you may be able to get somehting working with CVS by implementing your own EFS (Eclipse File System) layer on top of your database. However, other source control systems (e.g. Subversion) operate directly on the local file system either using native calls or java.io.File so you would not be able to get yur local database to interact with the repository directly.

Michael



"Mathew Delong" <Mathew.Delong@xxxxxxxxxxxxxxx>
Sent by: platform-team-dev-bounces@xxxxxxxxxxx

19/07/2007 04:41 PM

Please respond to
Generic team support framework <platform-team-dev@xxxxxxxxxxx>

To
<platform-team-dev@xxxxxxxxxxx>
cc
Subject
[platform-team-dev] Team Integration of Data not Tied to a Resource        on Disk





I am trying to add team integration into my RCP application; however the
resources which I want to manage with source-control are in an HSQL
Database running on the client's machine. Is there any way to leverage
already existing Eclipse 3.2 architecture to accomplish this?

Thanks,

Mat
CONFIDENTIALITY NOTICE: This email message is for the sole use of the intended recipient(s)
and may contain confidential and privileged information. Any unauthorized review, use,
disclosure or distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply email and destroy all copies of the original message.
_______________________________________________
platform-team-dev mailing list
platform-team-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-team-dev


Back to the top