Use File System as SCM.
Plugin Information
| No Information For This Plugin |
Simulate File System as SCM by checking file system last modified date, checkout(), pollChanges() and ChangeLog are supported. Distributed build should be supported but is NOT tested.

Folder difference is found by
- for each file in source, check if the corresponding file in workspace exists
- if not, it is a new file
- if yes, further checks if the file in source is newer than file in workspace, or if source file is modified since last build, this is a modified file
- for each file in workspace, if the corresponding file in source does not exist AND
- it is in our self maintained "allow delete list", we will delete this file from workspace. Every times we copy a file from src to dst, we add the filename to the "allow delete list", in other words, we will only delete files that are copied by us
Filtering is supported when checking for modified files.
If Clear Workspace is checked, the system will delete all existing files/sub-folders in workspace before checking-out. Poll changes will not be affected by this setting.
In Changelog, User, i.e. who changed the file, is not supported.
Changelog
Version 1.5
- Preserve file permission (rwxrwxrwx) when copying files (on Unix platform only)
- will only delete a file from workspace if it is copied by this plugin
- ChangelogSet changed to follow the latest API
Report Bugs
Please report bugs to samngms [at] yahoo [dot] com