Changes between Version 11 and Version 12 of WikiStart
- Timestamp:
- Aug 11, 2006, 11:28:53 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v11 v12 21 21 22 22 23 = svn stat =23 = svndigest = 24 24 25 svn stat traverses a directory structure (controlled by subversion) and25 svndigest traverses a directory structure (controlled by subversion) and 26 26 calculates developer statistics for all subversion controlled 27 27 entries. The result is written to a sub-directory that will be created in the 28 28 current working directory. 29 29 30 To understand what statistics is calculated by svn stat this definition30 To understand what statistics is calculated by svndigest this definition 31 31 is needed: The developer who made the latest change to a line still in 32 32 use in the latest (checked out) revision, is considered as the … … 40 40 == Screenshot == 41 41 42 The [http://lev.thep.lu.se/trac/svnstat/chrome/site/svnstat/index.html svnstat statistics] for the svnstat project is updated nightly. The bleeding edge version of svnstat is used to create the statistics. 42 The [http://www.thep.lu.se/~jari/svndigest/svndigest/index.html svndigest statistics] for the 43 svndigest project is updated nightly. The bleeding edge version of svndigest is used to create the statistics. 43 44 44 45 … … 47 48 If you want to live on bleeding edge software, download the latest (maybe unstable) version through 48 49 49 `svn checkout http://lev.thep.lu.se/repository/svn stat/trunk/ svnstat`50 `svn checkout http://lev.thep.lu.se/repository/svndigest/trunk/ svndigest` 50 51 51 The latest release can be downloaded as gzipped tar file, [http://lev.thep.lu.se/trac/svn stat/attachment/wiki/WikiStart/svnstat-0.3.tar.gz?format=raw svnstat-0.3.tar.gz] ([http://lev.thep.lu.se/trac/svnstat/attachment/wiki/WikiStart/svnstat-0.3.tar.gz.MD5?format=raw MD5]).52 The latest release can be downloaded as gzipped tar file, [http://lev.thep.lu.se/trac/svndigest/attachment/wiki/WikiStart/svnstat-0.3.tar.gz?format=raw svnstat-0.3.tar.gz] ([http://lev.thep.lu.se/trac/svnstat/attachment/wiki/WikiStart/svnstat-0.3.tar.gz.MD5?format=raw MD5]). 52 53 53 54 == Trac help ==