Same thing will happens if you create file in folder with name with symbols like %ab or %4d
Problem that TortoiseSVN does not code percent character during http request. for example, for file %4d.txt TortoiseSVN trying to fetch [path]/%4d.txt what means for Apache [path]/%M.txt (4D ascii code = M) when should be: [path]/%254d.txt (25 hex ascii code = %) понедельник, 2 марта 2020 г., 10:54:14 UTC+3 пользователь Ryurix написал: > > Yes, Windows 10, lastest TortoiseSVN. > 1. In any repository create file with name %ab.txt > 2. Add > 3. Commit > 4. Make changes > 5. Commit again > 6. Right click on file -> Show log > 7. You get message: '[path-to-repository]%AB.txt' path not found. > > понедельник, 2 марта 2020 г., 1:28:44 UTC+3 пользователь (неизвестно) > написал: >> >> Can you describe in detailed steps to reporoduce this? What system >> Windows 7/10? >> > -- 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/2f9ad457-6b10-423a-8e13-d4f4ebb27428%40googlegroups.com.
