Generate report of multiple versions of source files that have been compiled and are found in a compiled object file or a linked binary. A sorted, unique list of URL-based file names is displayed, showing only names of files that have multiple versions present in the binary. This is perfectly acceptable for linked binaries, but is always problematic for static libraries and dynamic libraries.
To report the versions of all source files represented in the binary, use getsvndata.sh.
The macro ARCH_COPYRIGHT_APACHE generates the appropriate data from the expansion of SubVersion (SVN) keywords that are stored in a static string in each compiled object file. This data is promoted at link time to be stored in the linked binary explicitly for use by this reporting script.
Copyright 2005 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache License, Version 2.0 ("the License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
Definition in file getsvndups.sh.
Go to the source code of this file.