summaryrefslogtreecommitdiff
path: root/devel/codeville/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2008-06-13Update to version 0.8.0. While here, use CONF_FILES framework and providebjs1-2/+3
some sensible default values for the server configuration file via the SUBST framework. Use REPLACE_PYTHON. New variable CODEVILLE_DATADIR, which defaults to ${VARBASE}/db/cdv. New in version 0.8.0: * Remember commit message and autofill it on next attempt if commit fails * fixed: catch requests for non-existent diffs * fixed: error handling cleanup in networking code * fixed: Windows-specific networking fixes * fixed: binary file corruption on Windows with 'construct' * fixed: glob expansion with 'describe -d' * fixed: renaming corner case involving directories, renaming and deleting * fixed: files renamed out of a deleted directory on another branch were marked as a name conflict * fixed: use case-insensitive regexps for post-commit hooks because the config parser lowercases everything * fixed: filesystem timestamp precision problems * fixed: Python 2.5 fixes These fixes have been collecting for a while. Now you all get to enjoy them too. The version number has been changed to reflect that the currect code is stable, yet is still missing some features which would be necessary for a 1.0 release
2006-03-02update to 0.1.16drochner1-1/+4
changes: -Allow 'edit' to take --id -bugfixes -support Python-2.4
2005-05-10update to 0.1.12drochner1-1/+23
changes (afaics, there is no complete changelog): -changes for easier handling (cdv init instead of manual mkdir) -speedup -changed license to BSD -bigfixes
2005-02-22Changes 0.1.10:adam1-4/+4
* 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
2004-08-19update to 0.1.8drochner1-4/+4
changes: -speedup -UI improvements -bugfixes Warning: Archives built with older versions need to be converted before use, see http://www.codeville.org/ for details.
2004-08-15import codeville-0.1.7.1, another distributed revision control systemdrochner1-0/+73
(implemented in Python)