From 5df7002d1d0b8a0f58f3b976c2afd7ece9afc900 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 19 Jul 2004 17:02:34 +0000 Subject: update documentation for .5 git-svn-id: file:///home/lennart/svn/public/syrep/trunk@60 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- configure.ac | 4 ++-- doc/README.html.in | 17 ++++++++++++++--- man/syrep.1.xml.in | 32 ++++++++++++++++++++++++++++++-- man/xmltoman.css | 8 ++++---- man/xmltoman.dtd | 8 ++++---- man/xmltoman.xsl | 8 ++++---- 6 files changed, 58 insertions(+), 19 deletions(-) diff --git a/configure.ac b/configure.ac index cb69d1a..40b3a6e 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. AC_PREREQ(2.59) -AC_INIT([syrep],[0.4],[mzflerc (at) 0pointer (dot) de]) +AC_INIT([syrep],[0.5],[mzflerc (at) 0pointer (dot) de]) AC_CONFIG_SRCDIR([src/syrep.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign -Wall]) @@ -33,7 +33,7 @@ AC_SUBST(PACKAGE_URL, [http://0pointer.de/lennart/projects/syrep/]) # If using GCC specifiy some additional parameters if test "x$GCC" = "xyes" ; then - CFLAGS="$CFLAGS -pipe -Wall" + CFLAGS="$CFLAGS -pipe -Wall -W" fi if type -p stow > /dev/null && test -d /usr/local/stow ; then diff --git a/doc/README.html.in b/doc/README.html.in index 4fb8eaa..e37dd97 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -42,6 +42,13 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

News

+
Mon Jul 19 2004:

Version 0.5 released; Changes +include: optionally show sizes of file on --diff, implement +new command --forget, check for extended attribute +user.syrep on --update on file systems that support +it.

+
Mon Mar 22 2004:

Version 0.4 released; Changes include: fix annonoying SIGBUS failure when working on files >= 100 MB, update to Berkeley DB 4.2, use madvise() to improve file copying throughput on newer kernels, minor other fixes

@@ -194,7 +201,11 @@ a "symmetric" way as described above.

Requirements

-

syrep requires installed development versions of zlib and Berkeley DB 4.2.

+

syrep requires installed development versions of zlib and Berkeley DB 4.2. If you want +build syrep with support for extended attributes (currently +supported on Linux only) you have to install libattr and a kernel that supports it.

syrep was developed and tested on Debian GNU/Linux "testing" from September 2003, it should work on most other Linux @@ -227,11 +238,11 @@ L. Peter Deutsch. Thanks to him for this.

The current release is @PACKAGE_VERSION@

-

Get syrep's development sources from the Subversion repository.

+

Get syrep's development sources from the Subversion repository. (viewcvs)


-
Lennart Poettering <@PACKAGE_BUGREPORT@>, March 2004
+
Lennart Poettering <@PACKAGE_BUGREPORT@>, July 2004
$Id$
diff --git a/man/syrep.1.xml.in b/man/syrep.1.xml.in index ce946b7..76d2d2d 100644 --- a/man/syrep.1.xml.in +++ b/man/syrep.1.xml.in @@ -1,4 +1,4 @@ - + @@ -37,6 +37,7 @@ syrep [options...] --makepatch DIRECTORY SNAPSHOT syrep [options...] --extract SNAPSHOT ... syrep [options...] --cleanup DIRECTORY ... + syrep [options...] --forget SNAPSHOT ... @@ -70,6 +71,13 @@ --diff) or creating patches between them (command --make-patch).

+

Syrep will ignore all files and directories that have the + extended attribute user.syrep set to + omit. Currently, this works on Linux only. Keep in + mind, that only newer kernel versions and some file system support + extended attributes. See for + more information.

+
@@ -200,6 +208,14 @@

--diff (command)

Show difference between two repositories or snapshots + +
@@ -272,6 +288,18 @@
+
+ + +
+ +

A syrep file repository is a POSIX file hierarchy with some @@ -343,7 +371,7 @@

-

,

+

, ,

diff --git a/man/xmltoman.css b/man/xmltoman.css index 0892e4f..37dd55f 100644 --- a/man/xmltoman.css +++ b/man/xmltoman.css @@ -1,20 +1,20 @@ /* $Id$ */ /*** - This file is part of ifplugd. + This file is part of syrep. - ifplugd is free software; you can redistribute it and/or modify it under + syrep 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. - ifplugd is distributed in the hope that it will be useful, but WITHOUT + syrep 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 ifplugd; if not, write to the Free Software Foundation, + along with syrep; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. ***/ diff --git a/man/xmltoman.dtd b/man/xmltoman.dtd index 39cfa28..1abe626 100644 --- a/man/xmltoman.dtd +++ b/man/xmltoman.dtd @@ -1,20 +1,20 @@ diff --git a/man/xmltoman.xsl b/man/xmltoman.xsl index 2048708..df872a2 100644 --- a/man/xmltoman.xsl +++ b/man/xmltoman.xsl @@ -2,20 +2,20 @@ -- cgit