Details
-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
9223372036854775807
Description
The "lfs migrate" and "lfs_migrate" commands should accept a list of FIDs instead of filenames on the command-line with the "--fids" option. This will allow them to use the "llapi_open_by_fid[_at]()" interface internally to open the files instead of doing pathname resolution, and improve integration into pipelines that produce FIDs instead of filenames (e.g. Changelogs) without the need to produce an intermediate pathname.