Added Linux-style options
Fixed it so NASTY ERROR won't occur anymore
Changed Help to reflect new style
Added -n (no recurse) option
960 lines of code changed in:
Changed name to SVNTurmoil.pl. Removed ^m line endings. Added Inform for outputting messages, ExecuteExternalCommand.
878 lines of code changed in:
Added -N option, turns off recursive in SvnExport
Added UNIX style command options (still compatible with old style)
Partial File List implementation filters which files get measured. Need to make it so this list determines what we download instead. (lots of overhead there)
106 lines of code changed in:
Nate - Added functionality to check for default locations of external tools.
Robbie - Updated SvnExport and gave the tool capability to generate file lists using "ls" on the downloaded files from SVN.
165 lines of code changed in:
Added proper handling of all exit cases.
164 lines of code changed in:
Fixed problem causing tool to only work when no filelist was specified.
1 lines of code changed in:
Added SvnExport
Removed SvnCat
Changed log files to match output documentation
164 lines of code changed in:
Comment cleanup. Removed obsolete and useless comments and fixed typos. Also put -i flag as optional in the usage statement.
5 lines of code changed in:
Added new subroutine GenerateFileList which generates the file list when no file list is given on the command line. The file list contains the recursive contents of the older revision path specified.
43 lines of code changed in:
Changed $diffTool to $diffUtility and made it global to make it easy for a developer to edit the script and specify a different diff utility.
3 lines of code changed in:
Updated the description of the tool in the header.
4 lines of code changed in:
Updated Help Function to match new input flags.
591 lines of code changed in:
Made minor corrections to usage summary.
2 lines of code changed in:
Added updated version of TestHarness.pl to the src folder.
16 lines of code changed in:
Fixed bug where tool produced no metrics output because of a problem with file handles.
11 lines of code changed in:
Added TestHarness.pl to the repository.
64 lines of code changed in:
Added -f option to run the tool on two single files. This was required to maintain the functionality provided by the file_turmoil.pl script from Team 49's tool.
59 lines of code changed in:
Corrected a few small errors after coding standards update.
5 lines of code changed in:
Updated to new coding standards.
439 lines of code changed in:
Compiled the tool into a single source file. This version is missing the ability to run on a single file.
354 lines of code changed in: