On Wednesday, January 15, 2020 at 8:44:06 PM UTC-5, RMcG wrote: > > = I am using TortoiseSVN v1.131 on a Windows 10 workstation > Selecting one file (in this case a program) that is less than 1 MB and > choosing to Shelve it with a shelf name like ShlvTEST, hundreds of MB's are > transferred, rather than just the one selected file, and after more than 5 > minutes I end up interrupting the shelving action. When I look in > ./.svn/experimental\shelves\v3 there is a directory like nnnn.wc that > contains the entire contents of the folder the program file lives in. It > seems to me the Shelving option does not act on the selected file path, but > references the current folder path instead. For me, shelving won't be > helpful until it is fixed to work on a group of one or more selected files, > rather than shelving the entire contents of the folder where the Shelving > action is requested. Thanks for your time looking into this. >
In the coming weeks, version 1.14.0 of the underlying Subversion libraries is expected to be released. While shelving continues to be an experimental/incomplete feature, 1.14.0 will allow users to select between two experimental shelving implementations via an environment variable. In particular, it will allow users to select the "Shelving-v2" implementation that was present in 1.11, which is significantly faster at the cost of not being able to shelve copies, moves, or directory creation/deletion. Although 1.14 is not released yet, a preview of the release notes is online and gives details about the two shelving implementations, including a comparison table of their capabilities, here: https://subversion.apache.org/docs/release-notes/1.14.html#shelving Anyone who would like to get involved in furthering development of Shelving (or any other features of Subversion) is welcome and encouraged to join our dev mailing list: https://subversion.apache.org/mailing-lists.html Cheers, Nathan -- 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/0b658afd-b603-4f65-a727-5482fdf1c208%40googlegroups.com.
