potiuk commented on code in PR #26589:
URL: https://github.com/apache/airflow/pull/26589#discussion_r977504325
##########
dev/README_RELEASE_AIRFLOW.md:
##########
@@ -314,12 +314,12 @@ The Release Candidate artifacts we vote upon should be
the exact ones we vote ag
```shell script
# First clone the repo
- svn checkout https://dist.apache.org/repos/dist/dev/airflow airflow-dev
- cd airflow-dev
- # Or move into it if you already have it cloned
+
+ [ -d asf-dist ] || svn checkout --depth=immediates
https://dist.apache.org/repos/dist asf-dist
Review Comment:
Not what the current instructions tell you to do :)
```
cd <YOUR_AIRFLOW_REPO_ROOT>
export AIRFLOW_REPO_ROOT=$(pwd)
[ -d asf-dist ] || svn checkout --depth=immediates
https://dist.apache.org/repos/dist asf-dist
svn update --set-depth=infinity asf-dist/{release,dev}/airflow
AIRFLOW_DEV_SVN="${PWD}/asf-dist/dev/airflow"
cd asf-dist/release/airflow
```
--
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]