Fix for check in a tree of multiple private files and folders from the View Changes window in version 1.10.0 #113
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In version 1.10.0 the View Changes can show the local changes and private files in the Default changelist. It is possible to check in the changelist, but this will succeed only if there is a single new file in a private folder; it fails if the private folder contains multiple new files:
LogSourceControl: ExecuteSynchronousCommand: CheckIn LogSourceControl: Warning: RunCommand: 'checkin --commentsfile="C:/UnitySrc/UE53Plastic1100/Saved/Logs/Temp-702585FD4A268D2338CEB6BBD2B82A69.txt" --all --private --dependencies "c:/UnitySrc/UE53Plastic1100/Plugins/UEPlasticPlugin/PlasticSourceControl.uplugin" "c:/UnitySrc/UE53Plastic1100/Plugins' (in 0.292s) output (72 chars): Error: An item with the same key has already been added. Key: /Plugins
The issue needs to be worked around like for Perforce, by explicitly adding those files to source control before checking them in