On Thursday, March 14, 2019 at 12:53:19 PM UTC+1, Thorsten Schöning wrote: > > Hi, > > I just recognized that the property sheet in Windows Explorer on a > file under SVN-control has two lines named "URL" and both seem to > provide the exact same values. It doesn't hurt of course, I was just > wondering. > > Is that a feature or a bug? >
It's a feature: the top URL is the UI-friendly one, and the bottom one is the escaped one. for example: https://my.server.com/svn/proj/trunk/test folder/test file.txt :https://my.server.com/svn/proj/trunk/test%20folder/test%20file.txt -- 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/c9237728-4802-4cc0-b031-da82d0528664%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
