Fossil SCM
Read fast-import files from files as well as stdin for windows users
2130ebe3b6ad1bd…
· opened 12 years, 3 months ago
- Type
- Feature_Request
- Priority
- —
- Severity
- Important
- Resolution
- —
- Subsystem
- —
- Created
- Jan. 2, 2014 10:48 a.m.
The fossil import command does not support being given an filename to take input from - it only supports taking input from stdin.
I don't believe a windows equivalent of 'cat repo.fi | fossil import repo.fossil' exists, so it would be great if 'fossil import repo.fi repo.fossil' did what was expected. (You might need to make it 'fossil import --input repo.fi repo.fossil' or similar to avoid breaking existing scripts).
Thanks!
Comments (1)
The fossil import command does not support being given an filename to take input from - it only supports taking input from stdin.
I don't believe a windows equivalent of 'cat repo.fi | fossil import repo.fossil' exists, so it would be great if 'fossil import repo.fi repo.fossil' did what was expected. (You might need to make it 'fossil import --input repo.fi repo.fossil' or similar to avoid breaking existing scripts).
Thanks!