Suggestion : Notification in the SVN Checkout dialog box while adding large files over a slow network.
14 views
Skip to first unread message
Sunil Shevante
unread,
Aug 27, 2018, 5:42:01 AM8/27/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN
Hi,
When I checkout a SVN repo, I see the list of files already 'Added' in the local copy. If some large file is being downloaded on a slow network, we don't come to know what is being downloaded until after it is completed. Can we add a notification like 'Adding /home/user/somelargefile.jar'? That way we would know what is being downloaded now.
Thanks,
Sunil.
Stefan
unread,
Aug 28, 2018, 2:39:16 PM8/28/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN
unfortunately that's not possible.
The svn server first sends the delta, and then the info where and how to apply it.
So while the delta data is received, a client does not know yet where it goes.