Hi there,
I'm looking to create a directory using SVN ANT, but only so if the directory does not already exist (using the mkdir nested task with SVN ANT appears to fail if you specify a directory that already exists).
Is there a isExists flag or something of that ilk that I can use here? Or something else I can use to detect existing directories on an SVN repository before I continue with creating my directories via an ANT script?
Any thoughts on this would be much appreciated.
Cheers,
Stuart