Team - File System Repository Provider Example

Introduction

The File System and Pessimistic Repository Providers examples shows how to define your own repository provider. In particular you this example shows how to:

The example includes two separate repository providers: the basic file system and the pessimistic file system. The basic provider illustrates the synchronization support whereas the pessimistic provider is more focused to allowing you to test the workbench behavior with pessimistic repository providers. There is a preference page for the pessimistic provider that allows configuring the behavior of the file modification validator.

Running the example

To start using this example create a project and select Team > Share Project... from the project's popup menu. Click the show all wizards button. This will show both the file system provider and the pessimistic provider.