Skip to content
New issue

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

Optimization: don't run fileinfo commands on Private or Ignored files #26

Closed
SRombauts opened this issue May 31, 2017 · 2 comments
Closed
Assignees

Comments

@SRombauts
Copy link
Owner

Currently, RunStatus() call "cm status" on folders, than a call to "cm fileinfo" for all files, even files not in source control.

This is especially problematic when running Sync on root folders giving long list of files, or if a repository contains a big ignored subfolder

@SRombauts
Copy link
Owner Author

Duplicate #34

We could optimize by not issuing "fileinfo" commands on "Added"/"Deleted"/"NotControled"/"Ignored" but also "CheckedOut" files

The most important benefit would be to greatly reduce the time needed to do some basic operation like "Add to source control" !

@SRombauts
Copy link
Owner Author

I've tested successfully the fix with local server and Plastic Cloud.

@SRombautsU SRombautsU moved this from Known Issues to Done in Plastic SCM UE4 Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant