Thank you Daniel! That did the trick nicely. Very much appreciated.
Chris On Wednesday, August 17, 2022 at 3:31:04 AM UTC-4 [email protected] wrote: > tisdag 16 augusti 2022 kl. 21:36:21 UTC+2 skrev Fiddler: > >> I just took a closer look at what is displayed from the web browser and >> the repo browser. The file in question is actually a '\'. It displays as >> a '/' when trying to check out from the command line. >> > > Good find! There are, unfortunately, a few characters that can't be part > of valid filenames in Windows while still allowed in Subversion. I don't > know an exhaustive list by heart but '\' and ':' are two examples. > > The error displayed by the Repository Browser sure seems like a problem in > TortoiseSVN. I don't have the time to dig around at the moment though. > > I reproduced your issue and saw the same errors. I was able rename the > file using the svnmucc command line client (if you don't already have it > you can install it in the TortoiseSVN installer): > > C:\> *svnmucc mv https://server.example.com/svn/repo/path/\ > <https://server.example.com/svn/repo/path/%5C> > https://server.example.com/svn/repo/path/backslash > <https://server.example.com/svn/repo/path/backslash> -m "rename file with > illegal char"* > > The URLs are copied from the Repository Browser and the filename (here > just \) added. The new filename is in the end of the second URL (here > "backslash") is whatever you would like the new file to be called. -m is > the commit message. > > Kind regards, > Daniel > > -- 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/17133a6b-9fa5-4cf4-9704-8eb164963258n%40googlegroups.com.
