Re: [BUG] $URL keyword is not updated on 'svn switch'

2010-09-19 Thread Stefan Sperling
On Sun, Sep 19, 2010 at 11:33:02AM +0200, Stefan Sperling wrote: > I can reproduce this problem with 1.6.x and trunk svn clients on the llvm.org > repository. Please file an issue. Thanks. Daniel Näslund pointed out to me that this is a known issue: http://subversion.tigris.org/issues/show_bug.cgi

Re: [BUG] $URL keyword is not updated on 'svn switch'

2010-09-19 Thread Stefan Sperling
On Fri, Sep 17, 2010 at 10:27:13PM -0700, Jeremy Huddleston wrote: > I did an 'svn switch' to change between trunk and a release branch of clang, > and the built binary still reported it was built on trunk. It uses $URL to > determine this: > > I did an 'svn switch' from clang trunk to the 2.8

[BUG] $URL keyword is not updated on 'svn switch'

2010-09-18 Thread Jeremy Huddleston
I did an 'svn switch' to change between trunk and a release branch of clang, and the built binary still reported it was built on trunk. It uses $URL to determine this: I did an 'svn switch' from clang trunk to the 2.8 branch, and the $URL property was not updated on Version.cpp: ~/src/llvm/to