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

--no-ignore display bug?

From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2003-01-10 08:43:40 CET

Karl told me I'd really start to find bugs once I started work on the
reference chapter of the book, and this lookks like it my be the first
one. :)

I know it's late, so I want to run this by the list. When I run svn
with the --no-ignore flag, I would expect it to treat files that are
usually ignored just like any non-versioned, non-ignored file--that is
to print it in the status listing with a '?' at the beginning of the
line. However, that doesn't seem to be the case:

    pantheon: /home/fitz/svn-work/subversion/doc/book/book>svn pl -v .
    Properties on '':
      svn:ignore : book.pdf
    book.fo
    book.html
    book.ps

    pantheon: /home/fitz/svn-work/subversion/doc/book/book>svn st
    ! ch08.xml
    ? foo
    ? msg
    pantheon: /home/fitz/svn-work/subversion/doc/book/book>svn st --no-ignore
           book.html
    ! ch08.xml
    ? foo
    ? msg

Does that look like a bug to you? Philip?

-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 Fri Jan 10 08:43:24 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.