On Thu, Mar 01, 2012 at 07:42:28PM +0100, Stefan Sperling wrote: > Subversion-1.7.4 tarballs are now available for testing/signing by > committers. To obtain them please check out a working copy from > https://dist.apache.org/repos/dist/dev/subversion > Please add your signatures to the .asc files there.
In case you have trouble verifying my key, you can get it from this URL: https://people.apache.org/keys/committer/stsp.asc You might as well get the whole bunch of Subversion committer keys from https://people.apache.org/keys/group/subversion.asc During signing, gpg may complain about the existing .asc files in the dist/dev working copy. Appending to an existing .asc file works like this: gpg -ba -o - subversion-1.x.y.tar.gz >> subversion.1.x.y.tar.gz.asc