Edgewall Software

Changes between Version 33 and Version 34 of TracRepositoryAdmin


Ignore:
Timestamp:
Jan 8, 2014, 1:54:31 PM (10 years ago)
Author:
debacle@…
Comment:

Removed confusing and incorrect note and example

Legend:

Unmodified
Added
Removed
Modified
  • TracRepositoryAdmin

    v33 v34  
    110110/usr/bin/trac-admin /path/to/env changeset added "$1" "$2"
    111111}}}
    112 Note: Ubuntu doesn't seem to like /usr/bin/trac-admin, so just use:
    113 Note: It is installed in a different location use: /usr/local/bin/trac-admin
    114 Check it with whereis trac-admin
    115 {{{#!sh
    116 #!/bin/sh
    117 export PYTHON_EGG_CACHE="/path/to/dir"
    118 trac-admin /path/to/env/ changeset added "$1" "$2"
    119 }}}
     112Note: Check with `whereis trac-admin`, whether `trac-admin` is really installed under `/usr/bin/` or maybe under `/usr/local/bin/` and adapt the path.
    120113On Windows (`post-commit.cmd`):
    121114{{{#!bat