I'm running a TortoiseProc command as part of my build process, and the cleanup command is sending files to the Recycle Bin.
I have 'Use recycle bin when reverting' un-checked.
This is the command I'm using:
tortoiseproc /path:build.sandbox /command:cleanup /noui /noprogressui /nodlg /revert /delunversioned /delignored /externals
Using TortoiseSVN 1.7.9 64-bit
Windows Server 2008 R2
One bad side-effect of this is that the files are sent to the Recycle Bin, and Windows is not obeying the size restrictions placed on the Recycle Bin. It grows until it fills the hard disk!
But I was hoping for a way so that TortoiseSVN would not send the files to the Recycle Bin during 'TortoiseProc /command:cleanup'
And I really don't want to disable the Recycle Bin completely on Windows. But that's always a last resort.
Thoughts?
Ed