Changes between Version 4 and Version 5 of TracInstall


Ignore:
Timestamp:
Sep 15, 2009, 7:30:00 PM (15 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v4 v5  
    189189$ cd /path/to/svn/repository/hooks
    190190$ mv post-commit.tmpl post-commit
     191$ chmod 755 post-commit
    191192}}}
    192193
     
    196197REPOS="$1"
    197198REV="$2"
    198 TRAC_ENV="/var/lib/trac/mamut"
     199TRAC_ENV="/path/to/your/trac/project"
    199200
    200201/usr/bin/python /usr/local/bin/trac-post-commit-hook -p "$TRAC_ENV" -r "$REV"