source: trunk/README @ 548

Last change on this file since 548 was 519, checked in by Jari Häkkinen, 15 years ago

trac moved to new location.

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