From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
To: Steffen Prohaska <prohaska@zib.de>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Optimized cvsexportcommit: calling 'cvs status' only once instead of once per changed file.
Date: Wed, 9 May 2007 14:25:36 +0200 (CEST) [thread overview]
Message-ID: <Pine.LNX.4.64.0705091424190.4167@racer.site> (raw)
In-Reply-To: <4BA4CF7D-40CB-4A55-ADDC-56DE179FD6C1@zib.de>
Hi,
On Wed, 9 May 2007, Steffen Prohaska wrote:
> On May 9, 2007, at 1:04 PM, Johannes Schindelin wrote:
>
> > On Wed, 9 May 2007, Steffen Prohaska wrote:
> >
> > > The old implementation executed 'cvs status' for each file touched by
> > > the patch to be applied.
> >
> > I did not follow development of that script closely, but could it be that
> > this is a safety valve, to make it unlikely to commit something which was
> > changed by somebody else in the meantime?
>
> Right. My patch doesn't change the functionality of the safety check. It's
> just a magnitude faster if you commit a lot of files. I'm now able to apply a
> patch that changes 900 files to a cvs working copy using ssh over DSL. I
> wasn't before, at least not in reasonable time.
What I was trying to get at: if you commit 900 files, and after the 450th
file somebody _else_ commits a file, which just so happens to be one of
your 450 remaining files, that safety check no longer holds.
CVS is slow.
Ciao,
Dscho
next prev parent reply other threads:[~2007-05-09 12:25 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-08 23:59 [PATCH] Optimized cvsexportcommit: calling 'cvs status' only once instead of once per changed file Steffen Prohaska
2007-05-09 7:42 ` Steffen Prohaska
2007-05-09 7:45 ` [PATCH (corrected)] " Steffen Prohaska
2007-05-09 11:04 ` [PATCH] " Johannes Schindelin
2007-05-09 11:43 ` Steffen Prohaska
2007-05-09 12:25 ` Johannes Schindelin [this message]
2007-05-09 13:00 ` Steffen Prohaska
2007-05-09 20:30 ` Robin Rosenberg
2007-05-09 22:45 ` Steffen Prohaska
2007-05-09 23:06 ` [PATCH] Optimized cvsexportcommit: calling 'cvs status' once instead of once per touched file Steffen Prohaska
2007-05-10 6:53 ` [PATCH] Optimized cvsexportcommit: calling 'cvs status' only once instead of once per changed file Martin Langhoff
2007-05-10 7:08 ` Junio C Hamano
2007-05-13 21:01 ` RFH for " Junio C Hamano
2007-05-13 21:51 ` Robin Rosenberg
2007-05-14 6:40 ` Martin Langhoff
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=Pine.LNX.4.64.0705091424190.4167@racer.site \
--to=johannes.schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=prohaska@zib.de \
/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).