TortoiseSVN commit window freeze (Windows 10)

My TortoiseSVN application (v 1.8) commits every time I try to make changes from the root directory. Interestingly, this doesn't happen if I go to the specific directory where the modification happened. This issue only occurs for one of my repos that I have checked out (others seem to be okay). I am using Windows 10 .

After some research, I tried:

  • Disable icon overlays (even setting the exclusion path with C:\*

  • Setting the icon overlays the status status cache to "none"
  • Performing Cleanup (Right Click -> TortoiseSVN -> Cleanup)
  • Clearing log caching
  • Cleaning solution from Visual Studio
  • Attempting to open the commit window with TortoiseProc.exe /command:commit /path:"path\to\your\workingcopy"

HTTPS is used and I am not using SolidWorks files, which I have found has caused a similar problem with a lot of other people.

If anyone has encountered similar issues or has any suggestions, they would greatly appreciate it.

+3


source to share


1 answer


I solved it by updating to 1.9.5 and checking out the repo and just copying and replacing the changed files.



+2


source







All Articles