tkdiff

tkdiff 4.2

tkdiff program is a merge tool and a graphical diff that runs under Unix, Mac OSX and Windows.It provides a side-by-side view of the differences between two files, along with several innovative features such as diff bookmarks and a graphical map of...

USVN

USVN 1.0.4

USVN (Userfriendly SVN) is based on a web interface and allows you to configure your subversion repositories. This interface allows you to create new projects without the command line interface, this means without a privileged access on the server.Then...

gitwalker

gitwalker 0.1.6

gitwalker is a Python tool for collecting data from git repositories. It automates the process of checking out each revision, running some command and logging the output to a JSON file. Additional commands can be added by writing Python classes.What...

shelve

shelve 0.0.1

shelve is a command-line tool that supports shelving changes for Mercurial and Subversion (1.7.x+) repositories similar to ``git stash``.  One major difference with ``git stash`` is that changes are not stored in a stack, but rather as a named...

svnfiltereddump

svnfiltereddump 1.0 Beta 4

svnfiltereddump is a Python tool that allows to extract parts of Subversion repositories.It is a bit like svndumpfilter or svndumpfilter2. But it has less limitations and has the ability to drop drop old revisions.The source repository must be given on...

VCSTodo

VCSTodo 0.1.1

VCSTodo is a human and VCS friendly text based task manager.VCSTodo is a CLI program in the same spirit as Todotxt and many others.SetupThere is no pypi entry, but you can install it doing:pip install git+git://repoUsageAt your project root:tdo initAdd a...

gitrecipe

gitrecipe 0.0.2

gitrecipe uses system git command and its syntax.Usage:Recipe clones git repository and checkouts to revision, if it is provided in configuration. You can use recipe like this:[buildout]parts = data[data]recipe = gitreciperepository =...

git-svn-helpers is a collection of command line tools that greatly simplifies using git for svn repositories.git-svn-helpers's main goal is to make setting up a local git repository following an existing svn checkout a 'no-brainer'.It also addresses using...

hgcampfire

hgcampfire 0.3.2

hgcampfire is a Mercurial hook to notify a Campfire chatroom about changesets coming in to a repository.Usage:Add the following to your Mercurial config (in a system, user, or repo-level hgrc file), replacing the API key, URL, and room...