Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D53621807F for ; Fri, 14 Aug 2015 11:31:54 +0000 (UTC) Received: (qmail 86500 invoked by uid 500); 14 Aug 2015 11:31:54 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 86464 invoked by uid 500); 14 Aug 2015 11:31:54 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 86453 invoked by uid 99); 14 Aug 2015 11:31:54 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2015 11:31:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id F25C419C425 for ; Fri, 14 Aug 2015 11:31:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.899 X-Spam-Level: ** X-Spam-Status: No, score=2.899 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id m6K9YnMNuFXa for ; Fri, 14 Aug 2015 11:31:48 +0000 (UTC) Received: from mail-io0-f177.google.com (mail-io0-f177.google.com [209.85.223.177]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 76966210B7 for ; Fri, 14 Aug 2015 11:31:48 +0000 (UTC) Received: by iodv127 with SMTP id v127so65532935iod.3 for ; Fri, 14 Aug 2015 04:31: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=zLZCio1K2jfiVipSHYqdxO1yNpUh7JxurQR/K+L4sPY=; b=Gng8ZvKaCVyx+eBQn38ANfNf69BV8aPYN1CXLGVPTJGb8E9e6gmgvrGLVRpzks6n7P ZIJnFq+BimuDt5ivMPQZeDwdg3FaG4G/w5ySGzB/zsc/zlSTyHGLQNb3iMNlw46wOOl2 1BI96pm0Ts+obClirB8jKpWYVCiufz6HDgA5LP64afSbsEoX89bKcSVDm72TaA11Nnv8 YinIlRhE4msD9BmfOH4K5dVStQC7lHvkM+omfe3WrauTXgpUl+Dasfyu707MEODZsI4w BvuGgidLiMThFMqrvyZDV3yrdbVl8i8smUdIbghG6MaJ+EpkawL3Kh8/au0M3lg6bf5Y nYBA== MIME-Version: 1.0 X-Received: by 10.107.135.198 with SMTP id r67mr12294250ioi.43.1439551907776; Fri, 14 Aug 2015 04:31:47 -0700 (PDT) Received: by 10.36.65.80 with HTTP; Fri, 14 Aug 2015 04:31:47 -0700 (PDT) In-Reply-To: <55CDCD90.3000604@apache.org> References: <55CDCD90.3000604@apache.org> Date: Fri, 14 Aug 2015 17:01:47 +0530 Message-ID: Subject: Re: Contributing to GIT or SVN From: Hemika Kodikara To: JMeter Users List Content-Type: multipart/alternative; boundary=001a113ecada1950a4051d43cc4c --001a113ecada1950a4051d43cc4c Content-Type: text/plain; charset=UTF-8 Thanks for the information Milamber. Regards, Hemika On Fri, Aug 14, 2015 at 4:44 PM, Milamber wrote: > > > On 14/08/2015 11:15, Hemika Kodikara wrote: > >> Hi All, >> >> I would like to know if I were to contribute to JMeter, should it be to >> SVN >> or GIT ? >> >> Even though apache site mentioned that it depends on the project[1], I >> found both SVN[2] and GIT repositories for JMeter. >> >> Could I get some advice on this ? It would be easy for me to contribute to >> GIT. >> > > You can use SVN with a diff patch or if you prefer you can too use Github > repo (mirror of the SVN) and make a pull request. > > > >> I understand the procedure that prior contributing, it is necessary to >> open >> up a mail thread for discussion. >> > > Depends of your contribution. If it fixes a little bug or brings a little > improvement, you can propose directly your patch/PR, if it brings a big > change (new behavior, new sampler, etc.) a discussion on dev > mailing-list[4] is welcome. > > In all cases, opening a ticket on Bugzilla[5] is strongly recommended in > order to follow the life of your contribution. > > Milamber > > [4] http://jmeter.apache.org/mail2.html > [5] https://bz.apache.org/ > > >> [1] - http://www.apache.org/dev/contributors >> [2] - http://svn.apache.org/repos/asf/jmeter/ >> [3] - https://github.com/apache/jmeter >> >> Regards, >> Hemika >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org > For additional commands, e-mail: user-help@jmeter.apache.org > > --001a113ecada1950a4051d43cc4c--