ANN: some Subversion tools written in Python

Martin Blais blais at furius.ca
Wed Nov 9 19:24:45 CET 2005


Some tools for Subversion that might be useful for others.

http://furius.ca/pubcode/#subversion-tools


svn-copy-register
    Replicates the directory structure and files of <src> into <dest>,
performing the necessary additions and deletions to register the
changes files in <dest> into Subversion. <dest> is assumed to be a
Subversion checkout. Files that exist on both sides are diffed to
figure out if there are changes to be copied.

svn-import-releases
    Take a list of directories, each representing a version of some
files (like a checkout of a release of some software), and imports
each of these sequentially over an existing checkout, registering the
new fileset and creating a subversion release for every directory
imported.


More information about the Python-announce-list mailing list