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-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