We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working on TMSU 0.7.5 (when will a new release be made? There is already new code on top of it)
TMSU 0.7.5
When there are many values of a tag listing the values in a mounted filesystem fails.
To reporduce, run this bash commands:
mkdir test cd test for i in {1..2000}; do echo "$i" > $i; tmsu tag $i "original-name=$i"; done; mkdir mp tmsu vfs --verbose mp
Try to list the values in another terminal:
cd mp/tags/original-name ls
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Working on
TMSU 0.7.5
(when will a new release be made? There is already new code on top of it)When there are many values of a tag listing the values in a mounted filesystem fails.
To reporduce, run this bash commands:
Try to list the values in another terminal:
The text was updated successfully, but these errors were encountered: