pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/codeville Changes 0.1.10:
details: https://anonhg.NetBSD.org/pkgsrc/rev/b956e7c2b7e4
branches: trunk
changeset: 489507:b956e7c2b7e4
user: adam <adam%pkgsrc.org@localhost>
date: Tue Feb 22 15:35:56 2005 +0000
description:
Changes 0.1.10:
* Un*x shell style filename expansion on windows
* 'rebuild' can be done from a given changenumber
* 'last-modified' can be done from a given changenumber
* 'update' recognizes repository URLs of the format
'cdv://server/{changenumber}'
* 'diff' can now take 'local' as either first or second -r argument
* 'diff' does not display diffs for files which exist on only 1 side by default
* 'diff' takes -N switch to show diffs for files which exist on only 1 side
* fixed: critical bug where an invalid merge was generated and not caught by
the server
* fixed: locking bug on server when files are deleted
* fixed: traceback when committing from windows
* fixed: all files show up as modified after doing 'construct'
* fixed: server sending responses out of order
* fixed: merge done by 'update' was sometimes incorrect
* fixed: 'update -d' not pulling in diffs
* fixed: CVILLE directory could not be at the root of the filesystem
* fixed: 'diff -r repo' caused traceback
* fixed: 'revert' on a file deleted from the local filesystem caused traceback
Changes 0.1.9:
* Allow user to be specified on client command line via -u
* Server port is configurable via the config file or -o on the command line
(-p is already being used, I need to switch to long opts)
* Server catches exceptions and only shuts down the offending connection,
rather than exiting
* 'commit' takes -b for backup, makes it not generate a new changeset
* 'history' accepts filenames on the command line
* New command 'heads' shows currents heads in the client
* New command 'last-modified' gives the last change to modify a file
* Server doesn't revalidate changes already committed to other repositories,
better performance for branching and merging
* fixed: bad changesets being generated for some merge cases
* fixed: merging a change with its ancestor caused traceback
* fixed: locking bug on failed commit
* fixed: 'add' of CVILLE directory issued warning but did the add anyway
* fixed: 'diff' with ... tries to diff files not open for edit
diffstat:
devel/codeville/Makefile | 18 ++++++++----------
devel/codeville/PLIST | 8 ++++----
devel/codeville/distinfo | 6 +++---
3 files changed, 15 insertions(+), 17 deletions(-)
diffs (58 lines):
diff -r 5a658d6f401a -r b956e7c2b7e4 devel/codeville/Makefile
--- a/devel/codeville/Makefile Tue Feb 22 15:34:46 2005 +0000
+++ b/devel/codeville/Makefile Tue Feb 22 15:35:56 2005 +0000
@@ -1,15 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2005/01/23 20:41:45 recht Exp $
-#
+# $NetBSD: Makefile,v 1.5 2005/02/22 15:35:56 adam Exp $
-DISTNAME= Codeville-0.1.8
-PKGNAME= codeville-0.1.8
-PKGREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= http://codeville.org/download/
+DISTNAME= Codeville-0.1.10
+PKGNAME= codeville-0.1.10
+CATEGORIES= devel
+MASTER_SITES= http://codeville.org/download/
-MAINTAINER= tech-pkg%NetBSD.org@localhost
-HOMEPAGE= http://codeville.org/
-COMMENT= Distributed revision control system
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://codeville.org/
+COMMENT= Distributed revision control system
USE_BUILDLINK3= yes
PYDISTUTILSPKG= yes
diff -r 5a658d6f401a -r b956e7c2b7e4 devel/codeville/PLIST
--- a/devel/codeville/PLIST Tue Feb 22 15:34:46 2005 +0000
+++ b/devel/codeville/PLIST Tue Feb 22 15:35:56 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/08/19 15:27:25 drochner Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/02/22 15:35:56 adam Exp $
bin/cdv
bin/cdv-agent
bin/cdvpasswd
@@ -67,7 +67,7 @@
${PYSITELIB}/Codeville/testtest.py
${PYSITELIB}/Codeville/testtest.pyc
${PYSITELIB}/Codeville/testtest.pyo
-share/doc/Codeville-0.1.8/LICENSE.txt
-share/doc/Codeville-0.1.8/cdvserver.conf.sample
-@dirrm share/doc/Codeville-0.1.8
+share/doc/Codeville-${PKGVERSION}/LICENSE.txt
+share/doc/Codeville-${PKGVERSION}/cdvserver.conf.sample
+@dirrm share/doc/Codeville-${PKGVERSION}
@dirrm ${PYSITELIB}/Codeville
diff -r 5a658d6f401a -r b956e7c2b7e4 devel/codeville/distinfo
--- a/devel/codeville/distinfo Tue Feb 22 15:34:46 2005 +0000
+++ b/devel/codeville/distinfo Tue Feb 22 15:35:56 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/08/19 15:27:25 drochner Exp $
+$NetBSD: distinfo,v 1.3 2005/02/22 15:35:56 adam Exp $
-SHA1 (Codeville-0.1.8.tar.gz) = 3edd84e5dbb7b1c3b12a08e716c39106f90b5ea9
-Size (Codeville-0.1.8.tar.gz) = 67139 bytes
+SHA1 (Codeville-0.1.10.tar.gz) = 028b3353c8afcc1492a6e83042bfab9db40a0a85
+Size (Codeville-0.1.10.tar.gz) = 70188 bytes
Home |
Main Index |
Thread Index |
Old Index