Vincent van Ravesteijn <[email protected]> writes: | Op 11-3-2012 22:43, Richard Heck schreef: >> On 03/11/2012 05:37 PM, Richard Heck wrote: >>> On 03/11/2012 12:59 PM, Lars Gullik Bjønnes wrote: >>>> [email protected] (Lars Gullik Bjønnes) writes: >>>> >>>> | | 5. Enable the new lyx-devel git repo at git.lyx.org. >>>> >>>> The new repo has been made available to developers, and the git >>>> installation has opend up for developers to create their own repos and >>>> forks. >>>> >>>> Developers that have registered their public keys can clone the >>>> repo by: >>>> >>>> git clone [email protected]:lyx >>>> >>> Just so I understand where we are: This is just devel, or are the >>> branches also supposed to be in here? If so, where are they? >>> >> Ahh, I see it now: git co 2.0.x will do what I wanted. >> > | If you want a tree for both 2.0.x and 2.1.0svn, you can do the following: > | Assume you have a git clone in <home>/lyx, you can clone this with > | git clone -s -b 2.0.x <home>/lyx <home>/lyx20x > | This will clone your repo, but it will reuse the objects. This means | that the second repo is much smaller than the first one.
Note that when using shared repos (-s), if you delete the first one the second one dies as well. If you just do a clone, you still get a massive (initial) space saving sine git will just hardlinks to duplicate objects. -- Lgb
