[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: need help adjusting workflow to git (or vice versa)
From: |
Stefan Monnier |
Subject: |
Re: need help adjusting workflow to git (or vice versa) |
Date: |
Thu, 13 Nov 2014 16:22:04 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> for each build (~540M). Is that really the standard procedure? If so,
> I guess I'll get used to it, but it does surprise me.
I also find it surprising. While Git is pretty fast and uses network
resources efficiently (i.e. there's obviously been a fair bit of effort
put into making it use resources efficiently), it doesn't seem to try
and optimize resource usage in this case: the duplication of
repositories is a problem for disk usage, RAM usage, and network usage
(unless you're careful to only fetch from the remote repository into one
particular local repository and then to propagate those changes locally
between your local repositories, but I don't see any tool that would
help you do that).
Personally I use git-new-workdir, which lets me set things up in the
same way I had them with lightweight checkouts, with a single shared
repository. You just have to be careful not to have 2 workdirs checkout
the same branch.
Stefan
- Re: need help adjusting workflow to git (or vice versa), (continued)
- Re: need help adjusting workflow to git (or vice versa), martin rudalics, 2014/11/13
- Re: need help adjusting workflow to git (or vice versa), Andreas Schwab, 2014/11/13
- Re: need help adjusting workflow to git (or vice versa), Stephen Berman, 2014/11/13
- Re: need help adjusting workflow to git (or vice versa), Paul Eggert, 2014/11/13
- Re: need help adjusting workflow to git (or vice versa), Stephen Berman, 2014/11/13
- Re: need help adjusting workflow to git (or vice versa), Harald Hanche-Olsen, 2014/11/13
- Re: need help adjusting workflow to git (or vice versa), Paul Eggert, 2014/11/13
- Re: need help adjusting workflow to git (or vice versa), Stephen Berman, 2014/11/13
- Re: need help adjusting workflow to git (or vice versa),
Stefan Monnier <=
- Re: need help adjusting workflow to git (or vice versa), Eli Zaretskii, 2014/11/14
- Re: need help adjusting workflow to git (or vice versa), Stephen Berman, 2014/11/15
- Re: need help adjusting workflow to git (or vice versa), Bill Wohler, 2014/11/16
- Re: need help adjusting workflow to git (or vice versa), Rob Browning, 2014/11/14
- Re: need help adjusting workflow to git (or vice versa), Eric S Fraga, 2014/11/18
- Re: need help adjusting workflow to git (or vice versa), Bill Wohler, 2014/11/15