Codeville -


未知
跨平台

软件简介

Codeville is a distributed version control system. It began with a novel idea
for a merge algorithm and has grown from there. It is designed to be easy to
use and scale from small personal projects to very large distributed ones.

7/13/2007 : Version 0.8.0 is out!

New in this release:

  • 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