Purging the testHistory failes when using Subversion
Brought to you by:
robertmartin,
slagyr
When FitNesse is under Version Control with Subversion, the purging of the testHistroy fails.
This is because Subversion adds a .svn directory in every directory of FitNesse.
The Purge now scans the .svn directory too and wants the delete the files in the .svn directory.
This causes a ParseException.
The .svn directory should not be included when purging the testHistory.
What version of SVN? SVN since 1.7 creates only one central .svn folder in repo root.