Return-Path: X-Original-To: apmail-logging-log4net-dev-archive@www.apache.org Delivered-To: apmail-logging-log4net-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B2D421060A for ; Fri, 9 Aug 2013 17:01:16 +0000 (UTC) Received: (qmail 36696 invoked by uid 500); 9 Aug 2013 17:01:16 -0000 Delivered-To: apmail-logging-log4net-dev-archive@logging.apache.org Received: (qmail 36565 invoked by uid 500); 9 Aug 2013 17:01:15 -0000 Mailing-List: contact log4net-dev-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Log4NET Dev" List-Id: Delivered-To: mailing list log4net-dev@logging.apache.org Received: (qmail 36557 invoked by uid 99); 9 Aug 2013 17:01:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Aug 2013 17:01:15 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dpsenner@gmail.com designates 209.85.216.181 as permitted sender) Received: from [209.85.216.181] (HELO mail-qc0-f181.google.com) (209.85.216.181) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Aug 2013 17:01:09 +0000 Received: by mail-qc0-f181.google.com with SMTP id k15so2301109qcv.40 for ; Fri, 09 Aug 2013 10:00:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ZgDB97/YF+RyUP/va+JkGf77awsAB9Xt2FsVFr+4RSs=; b=wvVVFBPjxq9y6Sp7WD4dtFwJU+F5jazrxPwCkYZElJrvc0bXrUlvnmXeqs5pThLgKk BSeds0Tb/bz1cF0852WNEs0NqCpWqRHD0drdDKP8VIfQCbaVS0U/Xl8nO4l2A4+oRIoi GwJNJJPfImH12zftAPx47bJLG2OIi0OvbbXiLMYETrJD78RbiDpT22if8NKXktnnK3fM W4SwsItQnkyk/h366TXWwGPjumblshSzozOfYeNIBNZJ2RaBqe4caJmI1L7SVTUqhV29 3Rfqeb1WJ0aFGzHr2ATqdbd+QbxxdNeqy9vTFPHbNqKQg5/OD4mPrJh2hmgjBg3iz9E4 aLMQ== MIME-Version: 1.0 X-Received: by 10.49.53.10 with SMTP id x10mr1696274qeo.46.1376067648360; Fri, 09 Aug 2013 10:00:48 -0700 (PDT) Received: by 10.49.71.80 with HTTP; Fri, 9 Aug 2013 10:00:48 -0700 (PDT) In-Reply-To: References: Date: Fri, 9 Aug 2013 19:00:48 +0200 Message-ID: Subject: Re: Creating a development environment for resolving LOG4NET-367 From: Dominik Psenner To: Log4NET Dev Content-Type: multipart/alternative; boundary=047d7bd766de5e15f404e386b7bb X-Virus-Checked: Checked by ClamAV on apache.org --047d7bd766de5e15f404e386b7bb Content-Type: text/plain; charset=ISO-8859-1 Howdie, the patch there is mainly a first implementation showing the road we would like to go. There are many things to be discussed and I would start with paperizing the ideas before starting the implementation. The reimplementation should solve all known current issues of the rolling file appender. The patches repository is nothing else than a repository that holds patches that can be applied to the log4net source, which is located at apache.org's svn. It's there to materialize the ideas without requiring write permissions to the actual svn and can be used as a sandbox to play with ideas. I started off with an implementation as a patch and wanted to improve that patch until it is stable enough to join the log4net appenders in svn. Cheers 2013/8/9 d_k > Hi, > > So I think I got a working development environment for log4net. > > I installed mercurial and forked the log4net-crew repository ( > https://bitbucket.org/NachbarsLumpi/log4net-crew) and the log4net-patches > repository (https://bitbucket.org/NachbarsLumpi/log4net-patches) and > applied the RFA-NG patch with 'hg import'. > > Should I prefer to use http://svn.apache.org/viewvc/logging/log4net/trunkover > https://bitbucket.org/NachbarsLumpi/log4net-crew? Will svn and mercurial > coexist peacefully? > > Do I need anything else to start developing? > > Should I create my own RFA-NG2 patch? Or perhaps RFA-NG-NNN for each bug > in the supercedes list of LOG4NET-367 ( > https://issues.apache.org/jira/browse/LOG4NET-367)? > > Are there any common pitfalls I should avoid? > -- Dominik Psenner ## OpenPGP Key Signature ################################# # Key ID: B469318C # # Fingerprint: 558641995F7EC2D251354C3A49C7E3D1B469318C # ########################################################## --047d7bd766de5e15f404e386b7bb Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Howdie,

the patch there is mainly a fir= st implementation showing the road we would like to go. There are many thin= gs to be discussed and I would start with paperizing the ideas before start= ing the implementation. The reimplementation should solve all known current= issues of the rolling file appender.

The patches repository is nothing else than a repositor= y that holds patches that can be applied to the log4net source, which is lo= cated at apache.org's svn. It's t= here to materialize the ideas without requiring write permissions to the ac= tual svn and can be used as a sandbox to play with ideas.

I started off with an implementation as a patch and wan= ted to improve that patch until it is stable enough to join the log4net app= enders in svn.

Cheers


2013/8/9 d_k <mail4dk@gmail.com>=
Hi,

So I think I got a working development environm= ent for log4net.

I installed mercurial and forked the log4net-crew repository (https://bi= tbucket.org/NachbarsLumpi/log4net-crew) and the log4net-patches reposit= ory (https://bitbucket.org/NachbarsLumpi/log4net-patches) and ap= plied the RFA-NG patch with 'hg import'.

Should I prefer to use http://svn.apache.org/viewvc/logging/log4n= et/trunk over https://bitbucket.org/NachbarsLumpi/log4net-crew?= Will svn and mercurial coexist peacefully?

Do I need anything else to start developing?

Should I create my = own RFA-NG2 patch? Or perhaps RFA-NG-NNN for each bug in the supercedes lis= t of LOG4NET-367 (https://issues.apache.org/jira/browse/LOG4NET-367)?

Are there any common pitfalls I should avoid?



--
Dominik Psen= ner
## OpenPGP Key Signature #################################
# Key = ID: B469318C=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0=A0 #
# Fingerprint: 558641995F7EC2D251354C3A49C7E3D1B469318= C=A0 #
##########################################################

--047d7bd766de5e15f404e386b7bb--