PROLOGUE:
TortoiseSVN Version 1.11
We have a deep level of folders as follows:
Group -> Source -> JetCategory (39 categories) -> classname -> subclass group -> classes
At the source level add more depths in front of Group. (softwareVersion/branch/versionbranch
ISSUE:
Now with that specified depth chart, I had merged a ton of code in many modules in at least 4 JetCategory and included in that list was one class that was added at that bottom level shown above.
When performing a COMMIT I right clicked the Group went into TortoiseSVN and did a COMMIT
After a review of the list I committed the files.
What happened: the added file was not picked up, which broke the build
EXPECTATIONS:
What I expected : was to pick up all files modified AND added.
Repro Steps: Create this depth of folders and mash them full of files.
Go through and modify about 12 files
Go into one of the deep levels and add a class
checkin Right Click Group / TortoiseSVN / commit
After reviewing what comes up click Commit.
See if the added class library was checked in. (it was not for me)