Edgewall Software

Changes between Version 1 and Version 2 of Ticket #12093, comment 4


Ignore:
Timestamp:
Jun 1, 2015, 4:39:59 AM (9 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12093, comment 4

    v1 v2  
    1818#! /bin/sh
    1919tracenv=/path/to/env  # change with your Trac environment's path
    20 repos=/path/to/repos  # change with your repository's path
     20repos=                # change with your repository's name
    2121while read oldrev newrev refname; do
    2222    if [ "$oldrev" = 0000000000000000000000000000000000000000 ]; then