Author: | Martin Blais <blais@furius.ca> |
---|
Abstract
Various personal scripts that I want to share are available here. This is a space where I share miscellaneous codes that do not deserve a project in their own right.
Table of Contents
A version of Subversion's own svndumpfilter script that untangles move/copy from filtered locations, by converting the move/copy operations into additions. You need to have (or recreate, if you can) a corresponding repository to do this, and the original revisions are fetched using svnadmin dump itself. This is a partial rewrite of Simon Tatham's svndumpfilter2, which consumes less memory.
(Note [2008-08]: Björn Eriksson contributed a backport to Python2.2, you can find it here)
A simple script that accepts URLs of the form:
edit://<filename>:<line-no>
and uses emacsclient to place Emacs on the given filename at the given line number. You can easily configure Firefox to recognize these and control an external Emacs when you click on those links. Typically, you would generate those links yourself from a program that you wrote.
Important
The computer programs or libraries on this page are provided for free. I am aware that some of the programs that I provide for free allow people to get their work done faster or better. If you are using some of these codes for benefit, especially if you are using it within a commercial environment and it saves you time or work, please consider making a donation to my company's PayPal account by clicking on the link below.
Copyright (C) 2001-2008 Martin Blais. All Rights Reserved.
This code is distributed under the GNU General Public License;