Guide: Release Management

https://archive.apache.org/dist/incubator/datalab/

Only the latest release should be in:

How to delete old release from https://dist.apache.org/repos/dist/release/incubator/datalab:


# check out a working copy from a repository
svn co https://dist.apache.org/repos/dist/release/incubator/datalab
cd datalab
# delete the previous release folder
svn delete <previous_release_name>
svn commit -m "commit message"

How to delete old release from https://dist.apache.org/repos/dist/dev/incubator/datalab:

# check out a working copy from a repository
svn co https://dist.apache.org/repos/dist/dev/incubator/datalab
cd datalab
# delete the previous release folder
svn delete <previous_release_name>
svn commit -m "commit message"


  • No labels