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.
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to