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

Re: "svn status -u" and svn:externals - bug?

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 02 May 2013 10:02:34 +0100

Johan Corveleyn <jcorvel_at_gmail.com> writes:

> It looks like an issue to me. If nobody challenges your findings
> within the next couple of hours, feel free to file an issue.
>
> However, I found this issue which looks exactly like what you're seeing:
>
> http://subversion.tigris.org/issues/show_bug.cgi?id=3659 (Not
> correct statuses for svn externals)
>
> It's closed as fixed in 1.7.0. So either there was a regression since
> 1.7.0, or this issue wasn't fixed after all. I'm not sure if there is
> a regression test for this.

svnadmin create repo --compatible-version 1.6
svn mkdir -mm file://`pwd`/repo/A ^/B
svnmucc -mm propset svn:externals '^/A_at_1 A' file://`pwd`/repo/B
svn mkdir -mm file://`pwd`/repo/A/C

Using 1.7:

  $ svn1.7 co file://`pwd`/repo/B wc
  $ svn1.7 st -u wc
  X wc/A
  Status against revision: 3

  Performing status on external item at 'wc/A':
          * /home/pm/sw/subversion/obj/wc/A/C
          * 1 /home/pm/sw/subversion/obj/wc/A
  Status against revision: 3

Using 1.8:

  $ svn co file://`pwd`/repo/B wc
  $ svn st -u wc
  svn st -u wc
  X wc/A
  Status against revision: 3

  Performing status on external item at 'wc/A':
  Status against revision: 1

It's fixed in 1.8.

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2013-05-02 11:03:30 CEST

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

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