[BUG] $URL keyword is not updated on 'svn switch'
From: Jeremy Huddleston <jeremyhu_at_apple.com>
Date: Fri, 17 Sep 2010 22:27:13 -0700
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/tools/clang/lib/Basic $ grep '\$URL' Version.cpp
~/src/llvm/tools/clang/lib/Basic $ svn info Version.cpp
~/src/llvm/tools/clang/lib/Basic $ svn pl Version.cpp
~/src/llvm/tools/clang/lib/Basic $ svn pg svn:keywords Version.cpp
~/src/llvm/tools/clang/lib/Basic $ rm Version.cpp
~/src/llvm/tools/clang/lib/Basic $ svn update
~/src/llvm/tools/clang/lib/Basic $ grep '\$URL' Version.cpp
|
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.