I want to execute SVN cleanup from the command prompt. However, I cannot do it on the root folder since it takes long time to cleanup, and secondly, the machine runs out of memory.
I have 60+ folders on which cleanup has to be executed. I have written a script that picks one folder at a time and cleans it.
The problem is that after each cleanup, there is a pop-up message stating that cleanup has succeeded. But this pop-up message blocks the execution of the script until I press OK on it.
Is there a option to not have this pop-up message if the cleanup succeeds?
The CLEANUP command deletes entries from the SMPLTS, SMPMTS, SMPSTS, and SMPSCDS data sets.
Locate TortoiseSVN and click on it. Select "Change" from the options available. Refer to this image for further steps. After completion of the command line client tools, open a command prompt and type svn help to check the successful install.
Try option --non-interactive (: do no interactive prompting):
svn cleanup --non-interactive
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With