menionc...@gmail.com
unread,Jul 20, 2018, 7:40:46 AM7/20/18Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN
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.