Re: Subversion 1.3.0 Release Candidate 7 released.

Ben Collins-Sussman <[email protected]> Sun, 25 Dec 2005 08:39:08 -0600
Newsgroups gmane.comp.version-control.subversion.devel,gmane.mail.eyebrowse.user
Message-ID <53c059c90512250639j4e07bff0v8a0abf3dc959b9ef__39097.0350163572$1135521723$gmane$org@mail.gmail.com>
On 12/25/05, Molle Bestefich <[email protected]> wrote:
> David Anderson wrote:
> >     * fixed: 'svnversion' wrongly traverses into externals (r15161)
>
> Many (most?) people use svn:externals for internal references and thus
> would actually _want_ svnversion to traverse into externals.  Based on
> the above one-liner, it sounds like that is now broken.
>
> So I'm curious for details.  Which issue is this?
>
> (I've searched the issue tracker for "all words": "svnversion traverse
> externals" in "summary" vs. "a description", couldn't find it..  I
> might be using the issue tracker wrongly - I find the interface
> horrific.)

Not every line item is a filed issue.  Read the log message:

D:\svnbuild\src-trunk>svn log -v -r15161
------------------------------------------------------------------------
r15161 | cmpilato | 2005-06-24 12:10:58 -0500 (Fri, 24 Jun 2005) | 8 lines
Changed paths:
   M /trunk/subversion/svnversion/main.c

Make svnversion ignore working copies associated with externals
definitions.  Bug reported by Andreas Schultz
<[email protected]>.

* subversion/svnversion/main.c
  (main): Pass TRUE for the 'ignore_externals' parameter to
    svn_client_status2().

------------------------------------------------------------------------

... and then if you search for Andreas Schultz on svn.haxx.se, you'll
find the mail thread about it:

   http://svn.haxx.se/dev/archive-2005-06/0857.shtml