using git to version large files w/o checking them in

Chanoch (Ken) Bloom kbloom at gmail.com
Sun Oct 3 06:27:51 CEST 2010


On Sun, 2010-10-03 at 00:16 -0400, Joey Hess wrote:
> Chanoch (Ken) Bloom wrote:
> > Would bzr checkout --lightweight do the trick?
> 
> I think that's the same as git clone --shared -- still has all the
> overhead of needing to check the files in, in the first place.

It's true that you have to check the files in, but unlike git, you can
have a lightweight checkout on a remote machine, and the repostiory
works like SVN. (I don't think it includes duplicates of all of the
files either.)

http://doc.bazaar.canonical.com/bzr.2.2/en/user-guide/using_checkouts.html#getting-a-lightweight-checkout

Bazaar has all kinds of exotic workflow options and working copy options
to go with it. It is able to emulate both svn and git very easily. You
should definitely have a look at the user guide to see whether any of
its options work for you.


More information about the vcs-home mailing list