From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Koch Subject: Re: Git counterpart to SVN bugtraq properties? Date: Fri, 4 Oct 2013 14:36:41 +0200 Message-ID: <201310041436.41644.thomas@koch.ro> References: <51E69612.6020201@syntevo.com> <201310041115.52948.thomas@koch.ro> <524EA4E0.5000605@syntevo.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: git@vger.kernel.org To: Marc Strapetz X-From: git-owner@vger.kernel.org Fri Oct 04 14:36:53 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VS4cm-0006gm-9W for gcvg-git-2@plane.gmane.org; Fri, 04 Oct 2013 14:36:52 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754201Ab3JDMgr (ORCPT ); Fri, 4 Oct 2013 08:36:47 -0400 Received: from koch.ro ([88.198.2.104]:41017 "EHLO koch.ro" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753531Ab3JDMgq (ORCPT ); Fri, 4 Oct 2013 08:36:46 -0400 Received: from 44-25.106-92.cust.bluewin.ch ([92.106.25.44] helo=x121eofhwr1202.localnet) by koch.ro with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1VS4ce-000634-GN; Fri, 04 Oct 2013 14:36:44 +0200 User-Agent: KMail/1.13.7 (Linux/3.10-0.bpo.3-amd64; KDE/4.8.4; x86_64; ; ) In-Reply-To: <524EA4E0.5000605@syntevo.com> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Friday, October 04, 2013 01:22:08 PM Marc Strapetz wrote: > On 04.10.2013 11:15, Thomas Koch wrote: > > On Wednesday, July 17, 2013 03:03:14 PM Marc Strapetz wrote: > >> I'm looking for a specification or guidelines on how a Git client should > >> integrate with bug tracking systems. For SVN, one can use > >> bugtraq-properties [1] to specify e.g. the issue tracker URL ... > > > > There's seldom a question that has not been asked before. There already > > is a popular standard for project information like the link to a > > bugtracker and much more: https://en.wikipedia.org/wiki/DOAP > > (Description of a Project) > > I can't see how that relates to concepts like (SVN) bugtraq properties. You asked for a place to write the bugtracker URL to. DOAP defines a data structure that also contains the bugtracker URL of a project. Just place a doap file in your Git repo and parse it. Regards, Thomas Koch