source:
branches/boost/README
@
320
Last change on this file since 320 was 320, checked in by , 16 years ago | |
---|---|
|
|
File size: 3.2 KB |
$Id: README 320 2007-05-18 10:20:09Z peter $
This directory contains the 0.6 release of svndigest.
svndigest is a tool to extract development information and statistics from a subversion repository.
See the file NEWS for the user-visible changes from previous releases. In addition, there have been bugs fixed.
For general building and installation instructions, see the file INSTALL.
svndigest is free software. See the file COPYING for copying conditions.
Documentation
For documentation see the file doc/readme.txt.
Development
The development of svndigest can be monitored through
http://lev.thep.lu.se/trac/svndigest
You can find most information concerning the development of svndigest at this site.
Subversion Access
The svndigest source repository is available via anonymous subversion from the thep subversion server; issue:
svn checkout http://lev.thep.lu.se/repository/svndigest/trunk svndigest
See file README.svn for developer specific information. We make no guarantees about the contents or quality of the latest code in the subversion repository: it is not unheard of for code that is known to be broken to checked in. Use at your own risk.
Prerequisites
- ia) Subversion development files, i.e., header files and program
- libraries, version 1.4 or later.
- ib) This item should not be an issue if item ia) is fulfilled; the
- Apache Portable Runtime (APR) should be available if the subversion API was succesfully compiled. Subversion depends on APR and in consequence, the dependency is inherited by svndigest.
- Gnuplot.
- A standard C++ compliant compiler with one extension: svndigest
must be compiled with a C++ compiler that supports 'long long' types - GCC does this. This is due to the fact that one of the underlying libraries, APR, is using 'long long'. APR is written in C and the C standard allows 'long long'.
Even though the source is compiled with the -pedantic flag (whichshould catch the non C++ standard 'long long') there is another flag to suppress 'long long' diagnostics, -Wno-long-long.
====================================================================== Copyright (C) 2005, 2006 Jari Häkkinen Copyright (C) 2007 Peter Johansson
This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest
svndigest is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
svndigest is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ======================================================================