git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bill Lear <rael@zopyra.com>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: git@vger.kernel.org
Subject: Re: Organizing (large) test data in git
Date: Tue, 27 Feb 2007 14:41:12 -0600	[thread overview]
Message-ID: <17892.38760.241965.552855@lisa.zopyra.com> (raw)
In-Reply-To: <Pine.LNX.4.63.0702272119430.22628@wbgn013.biozentrum.uni-wuerzburg.de>

On Tuesday, February 27, 2007 at 21:22:31 (+0100) Johannes Schindelin writes:
>...
>Basically, shallow clones cut off branches at some point, even if those 
>commits have references to their parents.

Ah, so a sort of temporal surgery.

I don't think this will help, and I don't think this is a unique
git issue, either.  It happens with any system, I would think.

Let's say I have 6 code repos on my system and one data repo.  If I
make changes in one of my code repos that requires a test data
change, I have to move to my test data repo, make the change
there, and commit there.  Then, back in my code repo, I commit also.

Now, instead of one tidy package (a commit) that holds code and test
together in a coherent package, I have two separate commits in two
repos that now have to be coordinated.  Imagine I do more changes in
similar fashion, and others do as well.  Now our lead of the QA
department is pulling his hair out, trying to figure out which commits
in the data directory match those in the code directory so he can do
regressions properly.

As I said, I don't think this is a git-specific issue, but more one
of organizational techniques.  Perhaps there is no good answer...


Bill

  reply	other threads:[~2007-02-27 20:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-27 17:58 Organizing (large) test data in git Bill Lear
2007-02-27 19:52 ` Johannes Schindelin
2007-02-27 20:00   ` Bill Lear
2007-02-27 20:14     ` Johannes Schindelin
2007-02-27 20:18       ` Bill Lear
2007-02-27 20:22         ` Johannes Schindelin
2007-02-27 20:41           ` Bill Lear [this message]
2007-02-27 20:51             ` Johannes Schindelin
2007-02-27 20:49           ` Junio C Hamano

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=17892.38760.241965.552855@lisa.zopyra.com \
    --to=rael@zopyra.com \
    --cc=Johannes.Schindelin@gmx.de \
    --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).