Hi Jinwoo, I'm not sure why you're still having a problem moving the release artifacts now that you're on the PMC - maybe it takes time to propogate the permissions.
I haven't ever done a Geode release, so I thought I would see if I could do the move in subversion and I didn't have any problem - so the 1.15.2 release is now here: https://dist.apache.org/repos/dist/release/geode/ At some point once the 1.15.2 release is fully done, then we will need to remove the older 1.15.1 release[1] so that would be an opportunity to check if you have permission or not and raise it with Infra if theres still a problem. Apologies, I could have done this myself earlier - but as there was a vote ongoing to add you to the PMC, then it seemed like a good way to go to enable you to do it yourself. Niall [1] https://infra.apache.org/release-download-pages.html#current-and-older-releases On Thu, 18 Sept 2025 at 12:08, Jinwoo Hwang <[email protected]> wrote: > > Dear Apache Geode Developer Community, > > I wanted to follow up on the matter I raised yesterday. I am pleased to share > that Niall has generously offered to assist in resolving it. I’m very > grateful for his support and the time he’s dedicating to help sort this out. > > It may take a couple of days to fully address the issue, so I’d like to > apologize in advance that we may need to delay the release of 1.15.2 by a few > days. I appreciate your understanding and patience as we work through this. > > Thanks again to Niall and to the community for your continued collaboration. > > > Best regards, > > Jinwoo Hwang (he/him/his) > > > > SAS® Research and Development > > http://JinwooHwang.com<http://jinwoohwang.com/> > > > > From: Jinwoo Hwang <[email protected]> > Date: Wednesday, September 17, 2025 at 10:52 AM > To: [email protected] <[email protected]> > Subject: Need assistance with dist commit for Geode 1.15.2 RC4 (E195023 > forbidden) > > Hi team, > > I am preparing Apache Geode 1.15.2 RC4 with promote_rc script and hit an SVN > auth/path issue when I tried to commit to svn: > > Error: svn: E195023: Commit failed (details follow) > svn: E195023: Changing directory > '/Users/REDACTED/geode/rc4/release-1.15.2-workspace/dist/release/geode/1.15.2' > is forbidden by the server > svn: E175013: Access to '/repos/dist/!svn/rvr/79369/dev/geode/1.15.2.RC4' > forbidden > > What I did: > > * > Confirmed that > /Users/REDACTED/geode/rc4/release-1.15.2-workspace/dist/release/geode/1.15.2 > exists > * > Ran manually : svn commit - m “…”, but got the same error. > > Do I need the permissions to commit to the list? I would appreciate your help. > > Here’s the log: > ============================================================ > Releasing artifacts to mirror sites... > (note: must be logged in to svn as a PMC member or this will fail) > ============================================================ > + cd /Users/REDACTED/geode/rc4/release-1.15.2-workspace/dist/dev/geode/../.. > + svn update > Updating '.': > At revision 79368. > + svn mv dev/geode/1.15.2.RC4 release/geode/1.15.2 > A release/geode/1.15.2 > D dev/geode/1.15.2.RC4 > D dev/geode/1.15.2.RC4/apache-geode-1.15.2-src.tgz > D dev/geode/1.15.2.RC4/apache-geode-1.15.2-src.tgz.asc > D dev/geode/1.15.2.RC4/apache-geode-1.15.2-src.tgz.sha256 > D dev/geode/1.15.2.RC4/apache-geode-1.15.2.tgz > D dev/geode/1.15.2.RC4/apache-geode-1.15.2.tgz.asc > D dev/geode/1.15.2.RC4/apache-geode-1.15.2.tgz.sha256 > D dev/geode/1.15.2.RC4/apache-geode-benchmarks-1.15.2-src.tgz > D dev/geode/1.15.2.RC4/apache-geode-benchmarks-1.15.2-src.tgz.asc > D dev/geode/1.15.2.RC4/apache-geode-benchmarks-1.15.2-src.tgz.sha256 > D dev/geode/1.15.2.RC4/apache-geode-examples-1.15.2-src.tgz > D dev/geode/1.15.2.RC4/apache-geode-examples-1.15.2-src.tgz.asc > D dev/geode/1.15.2.RC4/apache-geode-examples-1.15.2-src.tgz.sha256 > D dev/geode/1.15.2.RC4/apache-geode-native-1.15.2-src.tgz > D dev/geode/1.15.2.RC4/apache-geode-native-1.15.2-src.tgz.asc > D dev/geode/1.15.2.RC4/apache-geode-native-1.15.2-src.tgz.sha256 > + cp dev/geode/KEYS release/geode/KEYS > + svn commit -m 'GEODE-10461: Release Apache Geode 1.15.2 > > Publish the source, binary, and checksum artifacts to ASF svn server, > from which they will be picked up and published within 15 minutes to > the URLs on https://geode.apache.org/releases/' > Deleting dev/geode/1.15.2.RC4 > Adding release/geode/1.15.2 > svn: E195023: Commit failed (details follow): > svn: E195023: Changing directory > '/Users/REDACTED/geode/rc4/release-1.15.2-workspace/dist/release/geode/1.15.2' > is forbidden by the server > svn: E175013: Access to '/repos/dist/!svn/rvr/79368/dev/geode/1.15.2.RC4' > forbidden > > > Best regards, > > Jinwoo Hwang (he/him/his) > > > > SAS® Research and Development > > http://JinwooHwang.com<http://jinwoohwang.com/> > >
