You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Mark Phippard <ma...@gmail.com> on 2022/03/29 14:07:33 UTC

SVN Release Management Process

If anyone is interested in looking at what I have been doing to run
the SVN RM process I am keeping it all here:

https://github.com/markphip/svnrm

In summary, I am using Docker to build an image for running the
release.py script. It can also run the build process but I am no
longer doing that in Docker just so I can move the process to a faster
machine to run the tests more quickly.

The scripts I am using to build and test the release are included in
this repository.

It should be fairly trivial to run this on any OS with Docker just by
cloning this repository and running the commands in the README.md

I have tried several different approaches over the last week or so and
think I have settled on what I will be doing for the upcoming
releases.

Mark

Re: SVN Release Management Process

Posted by "C. Michael Pilato" <cm...@red-bean.com>.
Some time ago, I was doing something similar, Mark.  If anything from
https://github.com/cmpilato/subversion-dist can be useful to you, feel free
to use it.

On Tue, Mar 29, 2022 at 10:07 AM Mark Phippard <ma...@gmail.com> wrote:

> If anyone is interested in looking at what I have been doing to run
> the SVN RM process I am keeping it all here:
>
> https://github.com/markphip/svnrm
>
> In summary, I am using Docker to build an image for running the
> release.py script. It can also run the build process but I am no
> longer doing that in Docker just so I can move the process to a faster
> machine to run the tests more quickly.
>
> The scripts I am using to build and test the release are included in
> this repository.
>
> It should be fairly trivial to run this on any OS with Docker just by
> cloning this repository and running the commands in the README.md
>
> I have tried several different approaches over the last week or so and
> think I have settled on what I will be doing for the upcoming
> releases.
>
> Mark
>