When using the Shelve ability multiple times on the same working directory will result in one less file being shelved on every attempt.
For example: Say there are files 1, 2, 3, 4, 5 in the working directory. SHELVE 1, 2, 3, 4, 5 Directory is clean with repo like it should be. UNSHELVE SHELVE 1, 2, 3, 4, 5 Directory is not clean. File 5 is still there which can be seen in the commit file selection screen. UNSHELVE SHELVE 1, 2, 3, 4, 5 Directory is not clean, Files 4 and 5 are still in the directory. UNSHELVE SHELVE 1, 2, 3, 4, 5 Directory is not clean, Files 3, 4 and 5 are still in the directory. etc. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/3192ffb1-52a1-48e6-8bf7-84b777bdd843%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
