Re: super-clean ant target?

2013-01-03 Thread Dawid Weiss
I know how to do this in git, but not in svn. git clean -xfd . git reset --hard Dawid On Thu, Jan 3, 2013 at 12:13 AM, Shawn Heisey wrote: > Is there such a thing as a super-clean ant build target, to return the > checkout to a pristine state? > > An absolutely pristine branch_4x svn checkout t

super-clean ant target?

2013-01-02 Thread Shawn Heisey
Is there such a thing as a super-clean ant build target, to return the checkout to a pristine state? An absolutely pristine branch_4x svn checkout takes up about 267MB of disk space. After 'ant compile' in the checkout root, that increased to 411MB. Following that with 'ant clean' dropped it