All of lore.kernel.org
 help / color / mirror / Atom feed
* monotone is slow
@ 2007-02-16 21:20 Jon Smirl
  2007-02-16 22:47 ` Johannes Schindelin
  2007-02-17  6:19 ` Shawn O. Pearce
  0 siblings, 2 replies; 4+ messages in thread
From: Jon Smirl @ 2007-02-16 21:20 UTC (permalink / raw)
  To: Git Mailing List

45 CPU minutes to do a pull. About 2hrs real time.

jonsmirl@jonsmirl:~$ ps aux | grep mtn
jonsmirl  8382 80.5  4.4 131444 115204 pts/0   S+   14:54  45:44 mtn pull

And it worked, nothing was wrong. 1,500 revs pulled.
Let's convert the world to git.

-- 
Jon Smirl
jonsmirl@gmail.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: monotone is slow
  2007-02-16 21:20 monotone is slow Jon Smirl
@ 2007-02-16 22:47 ` Johannes Schindelin
  2007-02-17  6:17   ` Shawn O. Pearce
  2007-02-17  6:19 ` Shawn O. Pearce
  1 sibling, 1 reply; 4+ messages in thread
From: Johannes Schindelin @ 2007-02-16 22:47 UTC (permalink / raw)
  To: Jon Smirl; +Cc: Git Mailing List

Hi,

On Fri, 16 Feb 2007, Jon Smirl wrote:

> 45 CPU minutes to do a pull. About 2hrs real time.
> 
> jonsmirl@jonsmirl:~$ ps aux | grep mtn
> jonsmirl  8382 80.5  4.4 131444 115204 pts/0   S+   14:54  45:44 mtn pull
> 
> And it worked, nothing was wrong. 1,500 revs pulled.
> Let's convert the world to git.

But does it cook dinner?

Ciao,
Dscho

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: monotone is slow
  2007-02-16 22:47 ` Johannes Schindelin
@ 2007-02-17  6:17   ` Shawn O. Pearce
  0 siblings, 0 replies; 4+ messages in thread
From: Shawn O. Pearce @ 2007-02-17  6:17 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: Jon Smirl, Git Mailing List

Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:
> On Fri, 16 Feb 2007, Jon Smirl wrote:
> 
> > 45 CPU minutes to do a pull. About 2hrs real time.
> > 
> > jonsmirl@jonsmirl:~$ ps aux | grep mtn
> > jonsmirl  8382 80.5  4.4 131444 115204 pts/0   S+   14:54  45:44 mtn pull
> > 
> > And it worked, nothing was wrong. 1,500 revs pulled.
> > Let's convert the world to git.
> 
> But does it cook dinner?

No, Monotone doesn't.  As slow as it is...  and apparently one
could almost make a turkey while waiting for the merge.  Well,
a deep-fried turkey anyway.  :-)

But if you apply the following patch, Git will cook you dinner,
and faster than anyone else too!

diff --git a/git-merge.sh b/git-merge.sh
index 04a5eb0..00d083a 100755
--- a/git-merge.sh
+++ b/git-merge.sh
@@ -51,6 +51,7 @@ finish_up_to_date () {
 	'')
 		echo "$1" ;;
 	esac
+	echo "Also, your dinner is ready.  Most excellent."
 	dropsave
 }
 
@@ -95,6 +96,7 @@ finish () {
 		esac
 		;;
 	esac
+	echo "Git cooked you dinner! Go eat!"
 }
 
 merge_name () {


-- 
Shawn.

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: monotone is slow
  2007-02-16 21:20 monotone is slow Jon Smirl
  2007-02-16 22:47 ` Johannes Schindelin
@ 2007-02-17  6:19 ` Shawn O. Pearce
  1 sibling, 0 replies; 4+ messages in thread
From: Shawn O. Pearce @ 2007-02-17  6:19 UTC (permalink / raw)
  To: Jon Smirl; +Cc: Git Mailing List

Jon Smirl <jonsmirl@gmail.com> wrote:
> 45 CPU minutes to do a pull. About 2hrs real time.
> 
> jonsmirl@jonsmirl:~$ ps aux | grep mtn
> jonsmirl  8382 80.5  4.4 131444 115204 pts/0   S+   14:54  45:44 mtn pull
> 
> And it worked, nothing was wrong. 1,500 revs pulled.

Uhhh..  wasn't this something already known about Monotone?

> Let's convert the world to git.

Uhhh.. didn't we try that already?  Only to find out Windows matters
more than anything else?  ;-)

-- 
Shawn.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-02-17  6:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-16 21:20 monotone is slow Jon Smirl
2007-02-16 22:47 ` Johannes Schindelin
2007-02-17  6:17   ` Shawn O. Pearce
2007-02-17  6:19 ` Shawn O. Pearce

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.