Re: Monotone workflow compared to Git workflow ( was RE: Git vs Monotone)

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Sean Estabrooks <seanlkml@...>
Cc: Craig L. Ching <cching@...>, Linus Torvalds <torvalds@...>, <sverre@...>, Git Mailinglist <git@...>
Date: Thursday, July 31, 2008 - 5:22 pm

On Thu, Jul 31, 2008 at 04:57:24PM -0400, Sean Estabrooks wrote:

That being said, if the bugfix is on a "maint" branch, and one of the
things that has changed is a header file that forces most of the
project to be recompiled, a separate work directory may be more
convenient.  Of course, a separate work directory (whether created
using "git clone -s" or "git-new-workdir" means more disk space and it
means greater use of the page cache or a slowdown while the different
sets of sources get paged in and out.  Of course, you could hack
git-work-dir to use cp -rl to initially copy the working directory
using hard links, and then when the new branch is checked out, if most
of the files haven't changed, the files in the working directory could
be shared too.  A lot depends on how much you want to squeeze the last
bit of hard drive and speed optimization, and how big your project is.

       	    	      	    		      - Ted
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Git vs Monotone, Sverre Rabbelier, (Thu Jul 31, 2:13 pm)
Re: Git vs Monotone, Sverre Rabbelier, (Fri Aug 1, 3:23 am)
Re: Git vs Monotone, Daniel Barkalow, (Fri Aug 1, 2:00 pm)
Re: Git vs Monotone, Theodore Tso, (Thu Jul 31, 3:24 pm)
Re: Git vs Monotone, Linus Torvalds, (Thu Jul 31, 3:17 pm)
Re: Monotone workflow compared to Git workflow ( was RE: Git..., Theodore Tso, (Thu Jul 31, 5:22 pm)
RE: Git vs Monotone, Craig L. Ching, (Thu Jul 31, 3:28 pm)
RE: Git vs Monotone, Linus Torvalds, (Thu Jul 31, 3:52 pm)
RE: Git vs Monotone, Blum, Robert, (Thu Jul 31, 4:42 pm)
Re: Git vs Monotone, Robin Rosenberg, (Sun Aug 10, 6:15 pm)
Re: Git vs Monotone, Junio C Hamano, (Thu Jul 31, 4:24 pm)
Re: Git vs Monotone, Felipe Contreras, (Sat Aug 23, 3:23 pm)
Re: Git vs Monotone, Linus Torvalds, (Thu Jul 31, 4:30 pm)
Re: Git vs Monotone, Jeff King, (Thu Jul 31, 3:02 pm)
Re: Git vs Monotone, Sverre Rabbelier, (Thu Jul 31, 3:19 pm)
Re: Git vs Monotone, Jeff King, (Thu Jul 31, 4:32 pm)
RE: Git vs Monotone, Craig L. Ching, (Thu Jul 31, 3:11 pm)
Re: Git vs Monotone, Stephen R. van den Berg, (Thu Jul 31, 2:33 pm)
Re: Git vs Monotone, Petr Baudis, (Thu Jul 31, 2:52 pm)