Steven Glover 3d6b44bbdf Initial commit for ALF-10419:
- Bulk Filesystem Importer
- Adapted from work by Peter Monks (see http://code.google.com/p/alfresco-bulk-filesystem-import) and Romain Guinot
- Refactored to limit repeated code
- Refactored to use the Bulk Processor
- Currently limited to one bulk import at a time (enforced by lock service)
- Unit tests added
- Some fixes applied
- Performance tests; tried different filesystem "walking" strategies
- Still to do: yui dependencies - are these necessary?

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31100 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-10-10 18:45:00 +00:00

13 lines
556 B
INI

bfsit.page.title=Bulk Filesystem In-place Import Tool
bfsit.submit=Initiate Bulk Import
bfsit.label.sourceDirectory=Store-relative import directory path
bfsit.label.contentStore=Content Store
bfsit.label.targetPath=Target repository path
bfsit.label.replaceExisting=Replace existing files
bfsit.label.replaceExisting.unchecked=unchecked means skip files that already exist in the repository
bfsit.error.sourceDirectory=Source directory is mandatory
bfsit.error.contentStore=Destination store is mandatory
bfsit.error.targetPath=Target space is mandatory