Edgewall Software

Changes between Version 26 and Version 27 of TracStandalone


Ignore:
Timestamp:
Jul 19, 2006, 3:24:50 PM (18 years ago)
Author:
ximon.eighteen@…
Comment:

Help on using the Python digest script

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v26 v27  
    100100}}}
    101101
     102Note: If you use the above script you must use the --auth option to tracd, not --basic-auth, and you must set the realm in the --auth value to 'trac' (without the quotes). Example usage (assuming you saved the script as trac-digest.py):
     103
     104{{{
     105python trac-digest.py -u username -p password > c:\digest.txt
     106python tracd --port 8000 --auth proj_name,c:\digest.txt,trac c:\path\to\proj_name
     107}}}
    102108
    103109== Tips ==