From: Eric Wong <normalperson@yhbt.net>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org, Marcus Griep <marcus@griep.us>
Subject: Re: [PATCH 1/3] Fix multi-glob assertion in git-svn
Date: Sat, 9 Aug 2008 00:28:06 -0700 [thread overview]
Message-ID: <20080809072806.GA20504@untitled> (raw)
In-Reply-To: <7vk5erete1.fsf@gitster.siamese.dyndns.org>
Junio C Hamano <gitster@pobox.com> wrote:
> Eric Wong <normalperson@yhbt.net> writes:
>
> > From: Marcus Griep <marcus@griep.us>
> >
> > Fixes bad regex match check for multiple globs (would always return
> > one glob regardless of actual number).
> >
> > [ew: fixed a bashism in the test and some minor line-wrapping]
>
> Thanks both.
>
> > +test_expect_success 'test disallow multi-globs' '
> > ...
> > + cd tmp &&
> > + echo "try try" >> tags/end/src/b/readme &&
> > + poke tags/end/src/b/readme &&
> > + svn commit -m "try to try"
> > + cd .. &&
>
> Do you want to ignore exit code from 'svn commit -m' here?
Oops, no missed that.
> In any case, I'd want to see "temporarily work in subdirectory" done in a
> subshell when applicable, so that we won't have to worry about where we
> are when we later add more tests, like this:
>
> (
> cd tmp &&
> echo "try try" >>tags/end/src/b/readme &&
> poke tags/end/src/b/readme &&
> svn commit -m "try to try" &&
> ) &&
Yes, that's a good idea
> > + test_must_fail git-svn fetch three 2> stderr.three &&
> > + cmp expect.three stderr.three
>
> s/cmp/test_cmp/;
Noted.
Shall I make those changes and resubmit or are they simple enough
for you to do?
--
Eric Wong
next prev parent reply other threads:[~2008-08-09 7:29 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-06 19:58 [PATCH 2/2] git-svn: Allow deep branch names by supporting multi-globs Marcus Griep
2008-08-07 9:00 ` Eric Wong
2008-08-07 15:34 ` [PATCH v2 0/2] git-svn multi-glob fix and extension Marcus Griep
2008-08-07 15:34 ` [PATCH v2 1/2] Fix multi-glob assertion in git-svn Marcus Griep
2008-08-07 15:34 ` [PATCH v2 2/2] git-svn: Allow deep branch names by supporting multi-globs Marcus Griep
2008-08-08 8:40 ` [PATCH v2 0/2] git-svn multi-glob fix and extension Eric Wong
2008-08-08 8:41 ` [PATCH 1/3] Fix multi-glob assertion in git-svn Eric Wong
2008-08-08 9:41 ` Junio C Hamano
2008-08-09 7:28 ` Eric Wong [this message]
2008-08-09 7:48 ` Junio C Hamano
2008-08-08 8:41 ` [PATCH 2/3] git-svn: Allow deep branch names by supporting multi-globs Eric Wong
2008-08-08 8:41 ` [PATCH 3/3] git-svn: wrap long lines in a few places Eric Wong
2008-08-08 8:56 ` [PATCH 1/3] Fix multi-glob assertion in git-svn Eric Wong
2008-08-08 8:57 ` [PATCH 2/3] git-svn: Allow deep branch names by supporting multi-globs Eric Wong
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=20080809072806.GA20504@untitled \
--to=normalperson@yhbt.net \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=marcus@griep.us \
/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).