diff options
author | gehenna <gehenna@pkgsrc.org> | 2003-07-07 23:40:51 +0000 |
---|---|---|
committer | gehenna <gehenna@pkgsrc.org> | 2003-07-07 23:40:51 +0000 |
commit | c267aeb73fab3904d1abeeb3c96ed5af7c8a6b40 (patch) | |
tree | e92b813411f23420efa56d050ec8b06c2efa4709 /devel/cvsync | |
parent | dab6754bb57465332e3bb2c39da3fdb749291f62 (diff) | |
download | pkgsrc-c267aeb73fab3904d1abeeb3c96ed5af7c8a6b40.tar.gz |
cvsync 0.23.6
Changes:
* New feature : errormode (server/client)
Specifies the behaviour when any errors/conflicts are found in local
distributions.
abort : Exit/Disconnect with error messages immediately.
fixup : Recover errors/conflicts and keep running.
ignore : Ignore any errors/conflicts.
The keyword 'loose' is obsoleted, same to set 'errormode' to 'ignore'.
This exists only for the backward compatibility.
* Option (client)
-L : Set 'errormode' to 'fixup' for all collections.
* Option (cvscan)
-L : Set 'errormode' to 'fixup'.
-l : Set 'errormode' to 'ignore'.
* Improve stability. (server/client)
Diffstat (limited to 'devel/cvsync')
-rw-r--r-- | devel/cvsync/Makefile | 4 | ||||
-rw-r--r-- | devel/cvsync/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/cvsync/Makefile b/devel/cvsync/Makefile index c033c211316..aacdad6fdc6 100644 --- a/devel/cvsync/Makefile +++ b/devel/cvsync/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2003/06/26 14:51:06 gehenna Exp $ +# $NetBSD: Makefile,v 1.39 2003/07/07 23:40:51 gehenna Exp $ # -DISTNAME= cvsync-0.23.5 +DISTNAME= cvsync-0.23.6 CATEGORIES= devel MASTER_SITES= ftp://ftp.daemon-systems.org/pub/cvsync/ diff --git a/devel/cvsync/distinfo b/devel/cvsync/distinfo index ab292f88c69..acbd729fb57 100644 --- a/devel/cvsync/distinfo +++ b/devel/cvsync/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.36 2003/06/26 14:51:06 gehenna Exp $ +$NetBSD: distinfo,v 1.37 2003/07/07 23:40:52 gehenna Exp $ -SHA1 (cvsync-0.23.5.tar.gz) = fac5a1493adfe4d1c76d60acd4495337407909fe -Size (cvsync-0.23.5.tar.gz) = 108737 bytes +SHA1 (cvsync-0.23.6.tar.gz) = aa6bc3428a1f42b68aeace60f596a10e9fe65853 +Size (cvsync-0.23.6.tar.gz) = 109651 bytes |