Changeset 149 for trunk/doc/readme.txt
- Timestamp:
- Aug 12, 2006, 11:11:46 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/readme.txt
r84 r149 3 3 Copyright (C) 2005, 2006 Jari Häkkinen 4 4 5 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat5 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 6 6 7 svn stat is free software; you can redistribute it and/or modify it7 svndigest is free software; you can redistribute it and/or modify it 8 8 under the terms of the GNU General Public License as published by the 9 9 Free Software Foundation; either version 2 of the License, or (at your 10 10 option) any later version. 11 11 12 svn stat is distributed in the hope that it will be useful, but WITHOUT13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 15 for more details.12 svndigest is distributed in the hope that it will be useful, but 13 WITHOUT ANY WARRANTY; without even the implied warranty of 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 General Public License for more details. 16 16 17 17 You should have received a copy of the GNU General Public License … … 22 22 23 23 24 svn stat traverses a directory structure (controlled by subversion) and25 calculates developer statistics for all subversion controlled26 entries. The result is written to a sub-directory , svnstat_output,27 that will be createdin the current working directory.24 svndigest traverses a directory structure (controlled by subversion) 25 and calculates developer statistics for all subversion controlled 26 entries. The result is written to a sub-directory that will be created 27 in the current working directory. 28 28 29 To understand what statistics is calculated by svn stat this definition30 is needed: The developer who made the latest change to a line still in 31 use in the latest (checked out) revision, is considered as the 32 contributor of that line regardless of who actually originally created 33 that line.29 To understand what statistics is calculated by svndigest this 30 definition is needed: The developer who made the latest change to a 31 line still in use in the latest (checked out) revision, is considered 32 as the contributor of that line regardless of who actually originally 33 created that line. 34 34 35 35 The statistics calculated is the number of lines contributed from each … … 40 40 does not make sense to define lines. Source code, documentation, and 41 41 other human readable files can be treated on line basis whereas 42 symbolic links and binary files cannot. svn stat treats non-line based42 symbolic links and binary files cannot. svndigest treats non-line based 43 43 files as one-line files, i.e. the developer that made the last change 44 44 to this type of files gets a one-line credit for it.
Note: See TracChangeset
for help on using the changeset viewer.