From 7060b3899a429afe2c98a5d0c15482e0d0fba6ca Mon Sep 17 00:00:00 2001 From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Wed, 4 Jan 2012 18:28:25 +0000 Subject: [PATCH] Cool code stat tools --- export-info.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 export-info.bat diff --git a/export-info.bat b/export-info.bat new file mode 100644 index 0000000..f5c55d7 --- /dev/null +++ b/export-info.bat @@ -0,0 +1,5 @@ +@echo off +svn export . exported +tree exported /f > Resources\FLocal\static\info\tree.txt +rmdir /s /q exported +svn log -r HEAD:0 -v > Resources\FLocal\static\info\svnlog.txt