Tortoisesvn keeps saying "Wait" after huge refactoring

I have a Visual Studio project where I refactor a lot. It's not a huge project, but still ~ 3-400 files.

However, now I want to pipe my code. Usually I can right click, "Commit" and then it works. But now, I get "Wait ..." in Turtle:

enter image description here

I tried to run it for 3 hours yesterday. It consumed 6GB of RAM, but it was not updated.

So my question is, how can I fix this problem so my code can run?

+3


source to share


2 answers


So it was very strange. When I tried to commit to the root folder, I couldn't get it to work.

If I went into sub-folders and hit a couple of folders at the same time, it would easily find all the changes and commit it.



Weird.

So basically the answer is: take smaller groups of files and commit.

+1


source


I had the same problem, only copying a large source tree (with the .svn folder included) to a new computer. I found this question while looking for a solution. The fix for me was a fix that usually fixes all SVN ailments:

SVN Cleanup command .



I did SVN cleanup and after that the commit dialog was zippy.

0


source







All Articles