Changes between Version 1 and Version 2 of WikiStart


Ignore:
Timestamp:
2008-08-18 20:46:52 (16 years ago)
Author:
zooko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v2  
    1 = Welcome to Trac 0.11dev =
     1usage: dupfilefind [-h] [-v] [-I IGNORE_DIRS] [-H] [-D] [-m M] [-p]
     2                   [dir [dir ...]]
    23
    3 Trac is a '''minimalistic''' approach to '''web-based''' management of
    4 '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress.
     4Find files with identical contents.
    55
    6 All aspects of Trac have been designed with the single goal to
    7 '''help developers write great software''' while '''staying out of the way'''
    8 and imposing as little as possible on a team's established process and
    9 culture.
     6positional arguments:
     7  dir                   a directory to recursively examine
    108
    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 
     9optional 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.
    3232== Starting Points ==
    3333