sujithps / tortoisesvn

Automatically exported from code.google.com/p/tortoisesvn
0 stars 0 forks source link

Repro browser: Creating folder in just renamed folder with space in name fails #353

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reported on the mailing list here:
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=29735
08

When you open the repro browser and you have a folder called 'test' and you 
rename this to 'test 1' and then you create a new folder in the just renamed 
folder (say documents) then that folder is created in a new folder 'test%201'.

So you get:
test 1
test%201\documents

instead of:
test 1\documents

Original issue reported on code.google.com by tortoisesvn on 27 Jun 2012 at 6:29

GoogleCodeExporter commented 8 years ago
The url is set in escaped format to the CTreeItem object, which is wrong. The 
urls there are all unescaped.

Original comment by tortoisesvn on 27 Jun 2012 at 6:30

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r23039.

Original comment by tortoisesvn on 27 Jun 2012 at 6:56

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r23044.

Original comment by tortoisesvn on 28 Jun 2012 at 7:37