wgtmac commented on PR #219:
URL: https://github.com/apache/parquet-format/pull/219#issuecomment-1818627845

   Thanks @gszadovszky!
   
   Could you help me on the step 3 of the link below? It seems that I don't 
have the permission.
   
https://parquet.apache.org/docs/contribution-guidelines/releasing/#3-copy-the-release-artifacts-in-svn-into-releases
   
   ```
   mkdir parquet
   cd parquet
   svn co https://dist.apache.org/repos/dist/dev/parquet candidates
   svn co https://dist.apache.org/repos/dist/release/parquet releases
   
   cp -r candidates/apache-parquet-format-2.10.0-rc0/ 
releases/apache-parquet-format-2.10.0
   
   cd releases
   svn add apache-parquet-format-2.10.0
   svn ci -m "Parquet Format: Add release 2.10.0"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to