Changeset 784 for branches/replacing_gnuplot/doc/readme.txt
- Timestamp:
- Apr 9, 2009, 10:18:54 PM (13 years ago)
- Location:
- branches/replacing_gnuplot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/replacing_gnuplot
- Property svn:ignore
-
old new 8 8 autom4te.cache 9 9 INSTALL 10 COPYING11 10 aclocal.m4 12 11 Makefile
-
- Property svn:ignore
-
branches/replacing_gnuplot/doc/readme.txt
r526 r784 23 23 still are in use. 24 24 25 see also: http:// trac.thep.lu.se/svndigest/wiki/StatsType25 see also: http://dev.thep.lu.se/svndigest/wiki/StatsType 26 26 27 27 == Different linetypes == … … 58 58 For a more detailed illustration, please have a look at `config` that 59 59 can be found in directory `.svndigest`, and the svndigest screenshots 60 that can be reached through http:// trac.thep.lu.se/svndigest/.60 that can be reached through http://dev.thep.lu.se/svndigest/. 61 61 62 62 Sometimes it might be useful if a file could be parsed as though it … … 81 81 and symbolic links as zero-line files. There is a possibility to 82 82 exclude files from the statistics, the use of the property 83 svndigest:ignore. 83 svndigest:ignore. 84 84 85 85 Sometimes large test files and XML files are added to the repository … … 89 89 directory will exclude all siblings to that directory from svndigest 90 90 treatment. 91 92 To set the property on file `FILE`, issue `svn propset 93 svndigest:ignore "" FILE`. For more detailed information refer to 94 http://svnbook.red-bean.com/. 91 95 92 96 == Configuration == … … 164 168 Copyright (C) 2005 Jari Häkkinen 165 169 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 166 Copyright (C) 2007 Peter Johansson170 Copyright (C) 2007, 2008 Peter Johansson 167 171 168 This file is part of svndigest, http:// trac.thep.lu.se/svndigest172 This file is part of svndigest, http://dev.thep.lu.se/svndigest 169 173 170 174 svndigest is free software; you can redistribute it and/or modify it 171 175 under the terms of the GNU General Public License as published by the 172 Free Software Foundation; either version 2of the License, or (at your176 Free Software Foundation; either version 3 of the License, or (at your 173 177 option) any later version. 174 178 … … 179 183 180 184 You should have received a copy of the GNU General Public License 181 along with this program; if not, write to the Free Software 182 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 183 USA. 185 along with svndigest. If not, see <http://www.gnu.org/licenses/>. 184 186 }}} 185 186
Note: See TracChangeset
for help on using the changeset viewer.