Re: Uploading release distribution for review (Was: [VOTE] Release Apache Log4net 2.0.16)

2024-03-02 Thread Davyd McColl
Hi Jan I think you're right. It's been so long since I've used svn as a daily driver - even longer since I wrote a build system in c++ that hooked into svn and triggered workloads on commits at the server 😅. Thanks for figuring it out. -d On 02 March 2024 18:50:14 Jan Friedrich wrote: H

Re: Uploading release distribution for review (Was: [VOTE] Release Apache Log4net 2.0.16)

2024-03-02 Thread Jan Friedrich
Hi, I think I got it uploaded (from my machine). choco install svn svn co https://dist.apache.org/repos/dist/dev/logging -N apache-dist-logging-dev cd apache-dist-logging-dev svn up log4net svn delete .\log4net\binaries\*2.0.14.* svn add .\log4net\binaries\* svn add .\log4net\source\* svn commit

Re: Uploading release distribution for review (Was: [VOTE] Release Apache Log4net 2.0.16)

2024-03-01 Thread Davyd McColl
Hi Volkan Thanks for taking the time to explain (: This is pretty-much what I did, as per step 16 of https://github.com/apache/logging-log4net/blob/master/doc/RELEASING.md - unless there's a typo I've made somewhere or something like that. That's why I'm confused as to why I can't see the a

Uploading release distribution for review (Was: [VOTE] Release Apache Log4net 2.0.16)

2024-03-01 Thread Volkan Yazıcı
Davyd, assuming you have `svn` in the command line, following should get the job done: # Checkout the `dev` distribution repository svn co https://dist.apache.org/repos/dist/dev/logging logging-dist-dev cd logging-dist-dev # Delete old distribution files svn rm log4net # Add the new distribution