Created
May 4, 2012 05:29
-
-
Save jhuttner/2592249 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!./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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment