r1231988 | cmpilato | 2012-01-16 13:12:19 +0000 (Mon, 16 Jan 2012)
Avoid three "File not found" messages from OS when repro-template.bat
and repro-template.sh are run for the first time and "repos", "wc" and
"import-me" subdirectories do not exist.
* site/publish/docs/community-guide/repro-template.bat,
* site/publish/docs/community-guide/repro-template.sh
Check existence of subdirectories before trying to delete them.
Patch by: Konstantin Kolinko <knst.kolinko@gmail.com>,
cmpilato
(Konstantin did the .bat changes; cmpilato the .sh.)