git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Narebski <jnareb@gmail.com>
To: "Butler, Anna R CIV NSWCDD, W34" <anna.butler@navy.mil>
Cc: <git@vger.kernel.org>
Subject: Re: Questions concerning SCM Life Cycle Management and GIT.
Date: Fri, 10 Sep 2010 07:47:51 -0700 (PDT)	[thread overview]
Message-ID: <m3d3slmza0.fsf@localhost.localdomain> (raw)
In-Reply-To: <9F0BA72CD5252845A09DBB8FEC3A1633756133@naeanrfkez06v.nadsusea.nads.navy.mil>

"Butler, Anna R CIV NSWCDD, W34" <anna.butler@navy.mil> writes:

> Hello,
> 
> We are looking for Software Configuration Life Cycle Management
> Tools.  It looks to me that GIT supports Version Control only.  Is
> this true or did I miss something?

Git is distributed version control system only (following UNIX
philosophy "Write programs that *do one thing* and *do it well*").

> Does GIT track software defects? If so can you link elements in the
> software version repository to a defect?
>
> Does GIT track Requirements?  If so can you link elements in the
> software version repository to a requirement?  Can GIT link test
> cases to both a defect and elements in the software version
> repository?
> 
> I appreciate you attention to these questions.  Looking forward to
> hearing form you.

If you want/need *integrated solution* covering whole Software
Configuration Life Cycle Management, there are tools that come
to my mind:

1. Gerrit[1], a web-based collaborative code review tool for Git,
   which uses Git for version control.  It is used by Google for
   development of Android platform.  Open source (Apache license).

2. Kiln[2], from Fog Creek, with integrated code review and FogBugz 
   integration (a web-based project management tool), which uses
   Mercurial (other DVCS) for version control.  IIRC proprietary.

3. There is Launchpad[3], which uses Bazaar for version control.
   Used by Ubuntu.  Open source (AGPLv3).


GitHub offers paid plans, and also hosted GitHub:FI; it includes
issue tracker and a kind of code review.  Similar opensource solution
include Gitorious and InDefero.

HTH

[1] http://code.google.com/p/gerrit/
[2] http://www.fogcreek.com/kiln/
[3] https://launchpad.net/
-- 
Jakub Narebski
Poland
ShadeHawk on #git

      reply	other threads:[~2010-09-10 14:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-10 13:44 Questions concerning SCM Life Cycle Management and GIT Butler, Anna R CIV NSWCDD, W34
2010-09-10 14:47 ` Jakub Narebski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3d3slmza0.fsf@localhost.localdomain \
    --to=jnareb@gmail.com \
    --cc=anna.butler@navy.mil \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).