I get the same error (I've hidden my password). sianand@LM-SJN-21002367:~ $ curl --user sanand:**** https://cms.apache.org/incubator/publish
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Page Not Found</h1> <p>The requested URL was not found on this server. If you are trying to edit a CMS-driven page, your local working copy may have been pruned.</p> <p>Please go to <a href='https://cms.apache.org'>cms.apache.org</a>, find your project, and click on 'force new working copy' to create a new working copy to edit.</p> </body></html> On Mon, May 14, 2018 at 4:22 PM, Martin Gainty <mgai...@hotmail.com> wrote: > hi sid > > > can you access https with your credentials using curl e.g > > curl --user <user:password> https://cms.apache.org/incubator/publish > > > ? > Martin > ______________________________________________ > > > > ------------------------------ > *From:* Sid Anand <san...@apache.org> > *Sent:* Monday, May 14, 2018 5:30 PM > *To:* general@incubator.apache.org > *Subject:* Cannot access https://cms.apache.org/incubator/publish > > Hi Folks! > Several committers/PMC members from Apache Airflow cannot publish updates > to the Airflow incubator project page. > > The steps below used to work for us: > > Page at https://cwiki.apache.org/confluence/display/AIRFLOW/ > Committers%27+Guide instructs doing the following: > > > 1. Check out the svn repo at https://svn.apache.org/ > repos/asf/incubator/public/trunk/content/projects > <https://svn.apache.org/repos/asf/incubator/public/trunk/ > content/projects> > 2. Update {local_working_dir}/content/projects/airflow.xml > 3. svn commit -m "Adding xxx as committer/pmc member to apache airflow" > 4. Publish to the incubator website using https://cms.apache.org/ > incubator/publish > 5. Verify your change on http://incubator.apache. > org/projects/airflow.html > > > I completed first 3 steps but I can't access the link ( > https://cms.apache.org/incubator/publish) on 4th step and it gives me > following error: > > Page Not Found > > The requested URL was not found on this server. If you are trying to edit > > a CMS-driven page, your local working copy may have been pruned. > > Please go to cms.apache.org, find your project, and click on 'force new > > working copy' to create a new working copy to edit. >