[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Incorrect(?) documentation of output from list --verbose

From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2003-11-06 06:39:54 CET

"John R. Daily" <jdaily@progeny.com> writes:
> * ch03.xml
> Assuming "svn help list" is accurate, the output does not include a
> column indicating the presence of properties; remove that from the book.

What version of svn are you using? Using HEAD, 'svn help list' doesn't
say anything at all about properties:

    $ svn help list
    list (ls): List directory entries in the repository.
    usage: list [TARGET...]

      List each TARGET file and the contents of each TARGET directory as
      they exist in the repository. If TARGET is a working copy path, the
      corresponding repository URL will be used.

      The default TARGET is '.', meaning the repository URL of the current
      working directory.

      With --verbose, the following fields show the status of the item:

        Revision number of the last commit
        Author of the last commit
        Size (in bytes)
        Date and time of the last commit

    Valid options:
      -r [--revision] arg : revision X or X:Y range. X or Y can be one of:
                                 NUMBER revision number
                                 "{" DATE "}" revision at start of the date
                                 "HEAD" latest in repository
                                 "BASE" base revision of item's working copy
                                 "COMMITTED" last commit at or before BASE
                                 "PREV" revision just before COMMITTED
      -v [--verbose] : print extra information
      -R [--recursive] : descend recursively
      --username arg : specify a username ARG
      --password arg : specify a password ARG
      --no-auth-cache : do not cache authentication tokens
      --non-interactive : do no interactive prompting
      --config-dir arg : read user configuration files from directory ARG

Could you have an old copy of svn?

-Fitz

--
Brian W. Fitzpatrick    <fitz_at_red-bean.com>   http://www.red-bean.com/fitz/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 6 06:40:27 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.