Reputation: 11
I installed TortoiseSVN. When I clicked commit. The Tortoise SVN has stopped working. I don't know what software has conflicted with TortoiseSVN. I installed the latest version. The problem is the same.
Upvotes: 1
Views: 1022
Reputation: 570
This is an old post, but I had a similar issue and figured I'd post my results.
Try opening repo-browser
. Make sure there aren't any file inconsistencies between the repo browser and what your commit looks like locally. Often when TortoiseSVN gets hung up, it's because it can't figure out why things aren't matching up how it expects.
I ended up having to delete some files via repo-browser that had been locally deleted but not deleted on the repo. This fixed the crashing error.
Upvotes: 0
Reputation: 30672
I'm am not sure what 'SubmitSVN' is and quick web search does not help. However, the issue that you've encountered is a crash and you may want to report it to dev@ TortoiseSVN mailing list. Don't forget to include the memory dumps and a brief reproduction script.
Upvotes: 0