11 | | As all Wiki pages, this page is editable, this means that you can |
12 | | modify the contents of this page simply by using your |
13 | | web-browser. Simply click on the "Edit this page" link at the bottom |
14 | | of the page. WikiFormatting will give you a detailed description of |
15 | | available Wiki formatting commands. |
16 | | |
17 | | "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created |
18 | | a new Trac environment, containing a default set of wiki pages and some sample |
19 | | data. This newly created environment also contains |
20 | | [wiki:TracGuide documentation] to help you get started with your project. |
21 | | |
22 | | You can use [wiki:TracAdmin trac-admin] to configure |
23 | | [http://trac.edgewall.org/ Trac] to better fit your project, especially in |
24 | | regard to ''components'', ''versions'' and ''milestones''. |
25 | | |
26 | | |
27 | | TracGuide is a good place to start. |
28 | | |
29 | | Enjoy! [[BR]] |
30 | | ''The Trac Team'' |
31 | | |
| 9 | optional arguments: |
| 10 | -h, --help show this help message and exit |
| 11 | -v, --verbose Emit more information. |
| 12 | -I IGNORE_DIRS, --ignore-dirs IGNORE_DIRS |
| 13 | comma-separated list of directories to skip (if you |
| 14 | need to name a directory which has a comma in its name |
| 15 | then escape that command twice) (default _darcs,.svn |
| 16 | -H, --hard-link-them Whenever a file is found with identical contents to a |
| 17 | previously discovered file, replace the new one with a |
| 18 | hard link to the old one. This option is very |
| 19 | dangerous because hard links are confusing and |
| 20 | dangerous things to have around. |
| 21 | -D, --delete-them Whenever a file is found with identical contents to a |
| 22 | previously discovered file, delete the new one. This |
| 23 | option is dangerous. |
| 24 | -m M, --min-size M Ignore files smaller than this (default 1024). |
| 25 | -p, --profiles Generate a profile of your files which doesn't contain |
| 26 | very much potentially-sensitive information (it |
| 27 | contains only the file sizes rounded up to 4096 bytes, |
| 28 | how many files were duplicates, and an 16-bit checksum |
| 29 | of each file). This could be useful for a p2p storage |
| 30 | project to measure how valuable convergent encryption |
| 31 | is. |