Specifically I am wanting to know how to do the ‘delete unversioned/ignored files’ part of the command. I want to do this so I can emulate a clean checkout myself, our repository is big and a full checkout takes a fair while.
Specifically I am wanting to know how to do the ‘delete unversioned/ignored files’ part
Share
Not sure how Jenkins does this, but I’d assume it uses
svn statusto find unversioned/ignored files.Here’s 2 powershell scripts I use to do this: