Hi! Did you see directory vs file? is there a FILE named ibi_data_files instead of a directory of that name? Do you have a directory in the repository and accidentally deleted that in your working copy and created a file with the same name instead? I have seen that happen if you plan to copy a file to a directory, forget the trailing slash, remove the directory for whatever reason, and then you get a file with a name of the directory. This would explain the messages and the fact that svn simply gives up because reverting would mean deleting a file and re-creating the missing directory which svn doesn’t want to. And if you use Windows 10 like I do then chances are that updating the explorer view does not happen automatically or is delayed.
Just a wild guess. Hartmut Von: Abby Moody via TortoiseSVN <tortoisesvn+apn2wqeayu_kycvk8banyfcti4oyrqaoexembspvviqwv69su...@googlegroups.com> Gesendet: Mittwoch, 29. April 2020 16:36 An: TortoiseSVN <[email protected]> Betreff: Can't Revert, Commit or do anything to Uncommitted Change Hello, We have an uncommitted change showing up: [2020-04-29_10-28-12.png] When we try to revert we get this error: [2020-04-29_10-30-06.png] "Can't create directory '': Cannot create a file when that file already exists. When we try to commit, it pops up with commit window, says completed but when you go check uncommitted changes its still there. [2020-04-29_10-32-09.png] Things we have tried, but does not fix the problem: * Reverting back to a revision far before this time * Deleting the .svn folder and doing an svn checkout again * doing an update, clean up... pretty much every option that toroise svn drop down window provides. We thought maybe it was a permissions issue, but we are able to do a checkout in another location with the same permissions and the uncommitted file does not show up. One option would be to add a subfolder within the path and checkout there, but we have a lot of things putting to this path so switching it up would be a pain and it could just happen again. Any help would be appreciated!! Thanks, Abby -- 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]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/5f3f0d7e-c696-48a7-8633-8a248425cbe5%40googlegroups.com<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsgid%2Ftortoisesvn%2F5f3f0d7e-c696-48a7-8633-8a248425cbe5%2540googlegroups.com%3Futm_medium%3Demail%26utm_source%3Dfooter&data=02%7C01%7Chartmut.niemann%40siemens.com%7Cae17071f6ea04e14d30708d7ec4ad4e8%7C38ae3bcd95794fd4addab42e1495d55a%7C1%7C1%7C637237678451029083&sdata=B0IpaQ1BJXMP8HhHlln6RN9LA5MdhPTtKwmeCf7iDPg%3D&reserved=0>. -- 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/AM6PR10MB2568D2AC59EEC104C25BFA35FCAD0%40AM6PR10MB2568.EURPRD10.PROD.OUTLOOK.COM.
