Search code examples
svndialogtortoisesvntaskresource-cleanup

How to non display dialog in tortoise cleanup?


I run some scheduled tasks for svn on my local computer like: update. Sometimes update cannot run for cleanup problem, so I have add scheduled task for cleanup, but it cannot run without my intervention: always dispalys dialog:

enter image description here

How to non display this dialog? Really I change nothing - only click button ok.

Thanks.


Solution

  • TortoiseSVN doesn't seem to be a good tool for automation.

    Consider using command line svn:

    svn cleanup
    

    will do what you need