[84] | 1 | $Id: README 519 2007-12-23 20:14:50Z jari $ |
---|
[26] | 2 | |
---|
[336] | 3 | = About svndigest = |
---|
| 4 | |
---|
[467] | 5 | This directory contains the 0.7 release of svndigest. |
---|
[84] | 6 | |
---|
[281] | 7 | svndigest is a tool to extract development information and statistics |
---|
| 8 | from a subversion repository. |
---|
[84] | 9 | |
---|
[281] | 10 | See the file NEWS for the user-visible changes from previous releases. |
---|
| 11 | In addition, there have been bugs fixed. |
---|
[84] | 12 | |
---|
[281] | 13 | For general building and installation instructions, see the file INSTALL. |
---|
[84] | 14 | |
---|
[281] | 15 | svndigest is free software. See the file COPYING for copying conditions. |
---|
[84] | 16 | |
---|
[466] | 17 | Directory `bin` contains main program and is location for svndigest |
---|
| 18 | binary. Directory `build_support` contains a autotool macro that is |
---|
| 19 | used to find APR location. Directory `doc` contains documentation |
---|
| 20 | mainly in file `readme.txt`. Most of the code can be found in |
---|
| 21 | directory `lib`. Directory `test` contains the code for tests and the |
---|
| 22 | test repository (see README.developer). |
---|
[84] | 23 | |
---|
[336] | 24 | == Downloading == |
---|
[221] | 25 | |
---|
[281] | 26 | svndigest can be obtained from |
---|
[185] | 27 | |
---|
[519] | 28 | http://trac.thep.lu.se/svndigest/wiki/DownloadPage |
---|
[221] | 29 | |
---|
| 30 | |
---|
[336] | 31 | == Documentation == |
---|
[185] | 32 | |
---|
[281] | 33 | For documentation see the file doc/readme.txt. |
---|
[185] | 34 | |
---|
[26] | 35 | |
---|
[336] | 36 | == Development == |
---|
[281] | 37 | |
---|
| 38 | The development of svndigest can be monitored through |
---|
| 39 | |
---|
[519] | 40 | http://trac.thep.lu.se/svndigest |
---|
[281] | 41 | |
---|
| 42 | You can find most information concerning the development of svndigest at |
---|
| 43 | this site. |
---|
| 44 | |
---|
| 45 | |
---|
[336] | 46 | == Bug Reporting == |
---|
[281] | 47 | |
---|
| 48 | You can report svndigest bugs on |
---|
| 49 | |
---|
[519] | 50 | http://trac.thep.lu.se/svndigest/newticket |
---|
[281] | 51 | |
---|
[336] | 52 | Use user `svndigest` and password `svndigest`. |
---|
[281] | 53 | |
---|
| 54 | |
---|
[336] | 55 | == Subversion Access == |
---|
[281] | 56 | |
---|
| 57 | The svndigest source repository is available via anonymous subversion |
---|
[386] | 58 | access, issue: |
---|
[281] | 59 | |
---|
[337] | 60 | `svn checkout http://lev.thep.lu.se/repository/svndigest/trunk svndigest` |
---|
[281] | 61 | |
---|
[386] | 62 | See file README.developer for developer specific information. We make no |
---|
[281] | 63 | guarantees about the contents or quality of the latest code in the |
---|
| 64 | subversion repository: it is not unheard of for code that is known to |
---|
[386] | 65 | be broken to be committed to the repository. Use at your own risk. |
---|
[281] | 66 | |
---|
| 67 | |
---|
[336] | 68 | ---------------------------------------------------------------------- |
---|
[337] | 69 | {{{ |
---|
[281] | 70 | Copyright (C) 2005, 2006 Jari Häkkinen |
---|
[408] | 71 | Copyright (C) 2007 Jari Häkkinen, Peter Johansson |
---|
[136] | 72 | |
---|
[519] | 73 | This file is part of svndigest, http://trac.thep.lu.se/svndigest |
---|
[136] | 74 | |
---|
[281] | 75 | svndigest is free software; you can redistribute it and/or modify it |
---|
| 76 | under the terms of the GNU General Public License as published by the |
---|
| 77 | Free Software Foundation; either version 2 of the License, or (at your |
---|
| 78 | option) any later version. |
---|
[136] | 79 | |
---|
[281] | 80 | svndigest is distributed in the hope that it will be useful, but |
---|
| 81 | WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 82 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
| 83 | General Public License for more details. |
---|
[136] | 84 | |
---|
[281] | 85 | You should have received a copy of the GNU General Public License |
---|
| 86 | along with this program; if not, write to the Free Software |
---|
| 87 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
---|
| 88 | USA. |
---|
[337] | 89 | }}} |
---|
[185] | 90 | |
---|
| 91 | |
---|