Hi, Just a little trick that I don’t think is documented in our release process. To publish you can just do a svn copy or move rather than re adding the files and committing.
Here’ s what I did for this release: svn copy https://dist.apache.org/repos/dist/dev/flex/sdk/4.15.0/rc1/ https://dist.apache.org/repos/dist/release/flex/4.15.0/ -m "4.15.0 RC1 vote passed” The 4.15.0 directory didn’t exist before that command so there’s no need to create it either, it also only take a few seconds which is nice if you have a slow connection. Thanks, Justin