Edgewall Software

Changes between Version 24 and Version 25 of TracRepositoryAdmin


Ignore:
Timestamp:
Mar 15, 2012, 4:47:02 AM (12 years ago)
Author:
s_cow@…
Comment:

ubuntu is weird

Legend:

Unmodified
Added
Removed
Modified
  • TracRepositoryAdmin

    v24 v25  
    108108/usr/bin/trac-admin /path/to/env changeset added "$1" "$2"
    109109}}}
     110Note: Ubuntu doesn't seem to like /usr/bin/trac-admin, so just use:
     111{{{#!sh
     112#!/bin/sh
     113export PYTHON_EGG_CACHE="/path/to/dir"
     114trac-admin /path/to/env/ changeset added "$1" "$2"
     115}}}
    110116On Windows (`post-commit.cmd`):
    111117{{{#!application/x-dos-batch