Import Options that Require an MD5 Match

Code Insight 6.14.2 SP1

md5_only:

To find matches between file elements from the imported XML file and files in the workspace, only compare the MD5 hashes.

md5_file_name

For each file element and each file in the workspace, compare the MD5 hash and the file's name.

md5_file_name_dir_depth_1

Compare the MD5 hash, the file's name, and each file's parent directory. For example: /a/b/c/foo.gif will match /d/e/c/foo.gif, but not /d/e/f/foo.gif (assuming the MD5 hashes also match).

md5_file_name_dir_depth_2

Compare the MD5 hash, the file's name, each file's parent directory, and each file's parent directory's parent directory.

md5_file_name_dirdepth#

And so on, to an arbitrary depth.