Skip to content

Instantly share code, notes, and snippets.

@jhuttner
Created May 4, 2012 05:29

Revisions

  1. jhuttner created this gist May 4, 2012.
    62 changes: 62 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,62 @@
    #!./svn-branch-export.pl make
    # this line tells emacs to highlight the file as a -*-shell-script-*-

    #
    # This file defines variables used to make the history.
    # Please confirm the values below before running the script.
    #

    #dump_file "" # dump read from standard input
    # Used to display better progress information:
    action_count 75755


    # merges at or above this probability will be uncommented:
    accept_probability 0.9
    # merges below this probability will get a detailed merge comment:
    quiet_probability 0.75
    # Merge comments can look like either git or svn log messages:
    log_style svn
    # Replace "merge" with "<MERGE>" in merge comments:
    highlight_merges yes


    #
    # AUTHORS SECTION
    #
    # Please get names and e-mail addresses for all of the following authors.
    # For example:
    #
    # author andrew = Andrew Sayers <[email protected]>
    #

    # Authors will be saved in this file:
    authors_file "authors.txt"

    author jhuttner = Joseph Huttner <[email protected]>


    #
    # TAGS SECTION
    #
    # Branches matching the specified regexps will be treated as branches.
    # The branch names will be translated to tag names using the specified
    # replacement.
    #

    tag_pattern "^tags/" => ""


    #
    # TRUNKS SECTION
    #
    # You need to specify the trunks (but not the branches) in your
    # repository.
    #
    # Please edit these trunks manually or run script again with
    # "--ignore" flags for file patterns that shouldn't be used to guess
    # trunks:
    #

    # This looks like a trunk because it contains trunk/build_static_files.php:
    trunk "trunk" r1